ct65550.c | 74 static void chipsfb_bitblt(void *, int, int, int, int, 247 sc->sc_gc.gc_bitblt = chipsfb_bitblt; 420 chipsfb_bitblt(sc, x, y, x, y, wi, he, ROP_NOT_DST); 428 chipsfb_bitblt(sc, x, y, x, y, wi, he, ROP_NOT_DST); 460 chipsfb_bitblt(sc, xs, y, xd, y, width, height, ROP_COPY); 498 chipsfb_bitblt(sc, x, ys, x, yd, width, height, ROP_COPY); 528 chipsfb_bitblt(void *cookie, int xs, int ys, int xd, int yd, function in typeref:typename:void
|