pm2fb.c | 144 static void pm2fb_rectfill(struct pm2fb_softc *, int, int, int, int, 423 pm2fb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 470 pm2fb_rectfill(sc, 0, sc->sc_height, sc->sc_width, 200, 0xffffffff); 471 pm2fb_rectfill(sc, 0, sc->sc_height, 300, 10, 0); 472 pm2fb_rectfill(sc, 10, sc->sc_height, 200, 10, 0xe0e0e0e0); 880 pm2fb_rectfill(struct pm2fb_softc *sc, int x, int y, int wi, int he, function in typeref:typename:void 906 pm2fb_rectfill(sc, x, y, wi, he, 1051 pm2fb_rectfill(sc, x, y, wi, he, bg); 1128 pm2fb_rectfill(sc, x, y + he - 2, wi, 1, fg); 1160 pm2fb_rectfill(sc, x, y, wi, he, bg) [all...] |