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

  /src/sys/dev/pci/
machfb.c 274 static void mach64_rectfill(struct mach64_softc *, int, int, int, int, int);
1613 mach64_rectfill(sc, x, y, wi, he, bg);
1623 mach64_rectfill(sc, x, y + he - 2, wi, 1, fg);
1654 mach64_rectfill(sc, x, y, wi, he, bg);
1656 mach64_rectfill(sc, x, y + he - 2, wi, 1, fg);
1737 mach64_rectfill(sc, x, y + he - 2, wi, 1, fg);
1775 mach64_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
1820 mach64_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
1912 mach64_rectfill(struct mach64_softc *sc, int x, int y, int width, int height, function in typeref:typename:void
1933 mach64_rectfill(sc, 0, 0, sc->virt_x, sc->virt_y, sc->sc_bg)
    [all...]

Completed in 14 milliseconds