p9100.c | 210 static void p9100_bitblt(void *, int, int, int, int, int, int, int); 449 sc->sc_gc.gc_bitblt = p9100_bitblt; 769 p9100_bitblt(void *cookie, int xs, int ys, int xd, int yd, int wi, function in typeref:typename:void 1096 p9100_bitblt(sc, x, y, x, y, wi, he, ROP_SRC ^ 0xff); 1107 p9100_bitblt(sc, x, y, x, y, wi, he, ROP_SRC ^ 0xff); 1469 p9100_bitblt(scr->scr_cookie, xs, y, xd, y, width, height, ROP_SRC); 1499 p9100_bitblt(scr->scr_cookie, x, ys, x, yd, width, height, ROP_SRC);
|