HomeSort by: relevance | last modified time | path
    Searched defs:uni_fillrect (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
unichromefb.c 184 static void uni_fillrect(struct unichromefb_softc *,
331 uni_fillrect(sc, 0, 0, sc->sc_width, sc->sc_height, 0);
1273 uni_fillrect(struct unichromefb_softc *sc, int x, int y, int width, function in typeref:typename:void
1466 uni_fillrect(sc, x, y, width, height, ri->ri_devcmap[bg]);
1488 uni_fillrect(sc, 0, 0, ri->ri_width,
1495 uni_fillrect(sc, x, y, width, height,
1570 uni_fillrect(sc, x, y, wi, he, ri->ri_devcmap[bg]);
unichromefb.c 184 static void uni_fillrect(struct unichromefb_softc *,
331 uni_fillrect(sc, 0, 0, sc->sc_width, sc->sc_height, 0);
1273 uni_fillrect(struct unichromefb_softc *sc, int x, int y, int width, function in typeref:typename:void
1466 uni_fillrect(sc, x, y, width, height, ri->ri_devcmap[bg]);
1488 uni_fillrect(sc, 0, 0, ri->ri_width,
1495 uni_fillrect(sc, x, y, width, height,
1570 uni_fillrect(sc, x, y, wi, he, ri->ri_devcmap[bg]);

Completed in 22 milliseconds