wcfb.c | 137 static void wcfb_rectfill(struct wcfb_softc *, int, int, int, int, int); 304 wcfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 729 wcfb_rectfill(struct wcfb_softc *sc, int x, int y, int w, int h, int bg) function in typeref:typename:void 859 wcfb_rectfill(sc, x, y, wi, he, bg); 938 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]); 975 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
|