p9100_rectfill
p9100_rectfill(sc, x, y, wi, he, bg);
p9100_rectfill(sc, x, y, wi, he, bg);
p9100_rectfill(scr->scr_cookie, x, y, width, height, bg);
p9100_rectfill(scr->scr_cookie, x, y, width, height, bg);
static void p9100_rectfill(void *, int, int, int, int, uint32_t);
p9100_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, sc->sc_bg);