machfb.c | 273 static void mach64_bitblt(void *, int, int, int, int, int, int, int); 729 sc->sc_gc.gc_bitblt = mach64_bitblt; 1565 mach64_bitblt(sc, x, y, x, y, wi, he, MIX_NOT_SRC); 1573 mach64_bitblt(sc, x, y, x, y, wi, he, MIX_NOT_SRC); 1756 mach64_bitblt(sc, xs, y, xd, y, width, height, MIX_SRC); 1793 mach64_bitblt(sc, x, ys, x, yd, width, height, MIX_SRC); 1825 mach64_bitblt(void *cookie, int xs, int ys, int xd, int yd, int width, function in typeref:typename:void
|