Home
last modified time | relevance | path

Searched refs:crmfb_fill_rect (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sgimips/dev/
H A Dcrmfb.c192 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, in crmfb_attach()
1237 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height, in crmfb_fill_rect() function
1372 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); in crmfb_erasecols()
1409 crmfb_fill_rect(scr->scr_cookie, x, y, width, height, bg); in crmfb_eraserows()
1466 crmfb_fill_rect(sc, x, y, wi, he, bg); in crmfb_putchar()
1543 crmfb_fill_rect(sc, x, y, wi, he, bg); in crmfb_putchar_aa()