Searched refs:wcfb_bitblt (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | wcfb.c | 135 static void wcfb_bitblt(struct wcfb_softc *, int, int, int, int, int, 721 wcfb_bitblt(struct wcfb_softc *sc, int sx, int sy, int dx, int dy, int w, in wcfb_bitblt() function 867 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_COPY); in wcfb_acc_putchar() 885 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_XOR); in wcfb_acc_cursor() 893 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_XOR); in wcfb_acc_cursor() 918 wcfb_bitblt(sc, xs, y, xd, y, width, height, WC_ROP_COPY); in wcfb_acc_copycols() 956 wcfb_bitblt(sc, x, ys, x, yd, width, height, WC_ROP_COPY); in wcfb_acc_copyrows()
|