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

  /src/sys/dev/pci/
wcfb.c 137 static void wcfb_rectfill(struct wcfb_softc *, int, int, int, int, int);
304 wcfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height,
729 wcfb_rectfill(struct wcfb_softc *sc, int x, int y, int w, int h, int bg) function in typeref:typename:void
859 wcfb_rectfill(sc, x, y, wi, he, bg);
938 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
975 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
wcfb.c 137 static void wcfb_rectfill(struct wcfb_softc *, int, int, int, int, int);
304 wcfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height,
729 wcfb_rectfill(struct wcfb_softc *sc, int x, int y, int w, int h, int bg) function in typeref:typename:void
859 wcfb_rectfill(sc, x, y, wi, he, bg);
938 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
975 wcfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);

Completed in 24 milliseconds