gftfb.c | 133 static void gftfb_rectfill(struct gftfb_softc *, int, int, int, int, 314 gftfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 811 gftfb_rectfill(sc, 0, 0, sc->sc_width, 1065 gftfb_rectfill(struct gftfb_softc *sc, int x, int y, int wi, int he, function in typeref:typename:void 1183 gftfb_rectfill(sc, x, y, wi, he, bg); 1257 gftfb_rectfill(sc, x, y, wi, he, bg); 1314 gftfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]); 1360 gftfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
|