/src/sys/dev/pci/voyager/ |
voyagerfb.c | 140 static void voyagerfb_bitblt(void *, int, int, int, int, 309 sc->sc_gc.gc_bitblt = voyagerfb_bitblt; 831 voyagerfb_bitblt(void *cookie, int xs, int ys, int xd, int yd, function in typeref:typename:void 881 voyagerfb_bitblt(sc, x, y, x, y, wi, he, ROP_INVERT); 889 voyagerfb_bitblt(sc, x, y, x, y, wi, he, ROP_INVERT); 1198 voyagerfb_bitblt(sc, xs, y, xd, y, width, height, ROP_COPY); 1246 voyagerfb_bitblt(sc, x, ys, x, yd, width, 1252 voyagerfb_bitblt(sc, x, ys, x, yd, width, height,
|
voyagerfb.c | 140 static void voyagerfb_bitblt(void *, int, int, int, int, 309 sc->sc_gc.gc_bitblt = voyagerfb_bitblt; 831 voyagerfb_bitblt(void *cookie, int xs, int ys, int xd, int yd, function in typeref:typename:void 881 voyagerfb_bitblt(sc, x, y, x, y, wi, he, ROP_INVERT); 889 voyagerfb_bitblt(sc, x, y, x, y, wi, he, ROP_INVERT); 1198 voyagerfb_bitblt(sc, xs, y, xd, y, width, height, ROP_COPY); 1246 voyagerfb_bitblt(sc, x, ys, x, yd, width, 1252 voyagerfb_bitblt(sc, x, ys, x, yd, width, height,
|