/src/sys/arch/sgimips/dev/ |
crmfb.c | 192 static void crmfb_fill_rect(struct crmfb_softc *, int, int, int, int, uint32_t); 403 crmfb_fill_rect(sc, 0, 0, sc->sc_width, sc->sc_height, 1237 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height, function in typeref:typename:void 1372 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); 1409 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); 1466 crmfb_fill_rect(sc, x, y, wi, he, bg); 1543 crmfb_fill_rect(sc, x, y, wi, he, bg);
|
crmfb.c | 192 static void crmfb_fill_rect(struct crmfb_softc *, int, int, int, int, uint32_t); 403 crmfb_fill_rect(sc, 0, 0, sc->sc_width, sc->sc_height, 1237 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height, function in typeref:typename:void 1372 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); 1409 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); 1466 crmfb_fill_rect(sc, x, y, wi, he, bg); 1543 crmfb_fill_rect(sc, x, y, wi, he, bg);
|