HomeSort by: relevance | last modified time | path
    Searched defs:wcfb_bitblt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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, function in typeref:typename:void
867 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_COPY);
885 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_XOR);
893 wcfb_bitblt(sc, x, y, x, y, wi, he, WC_ROP_XOR);
918 wcfb_bitblt(sc, xs, y, xd, y, width, height, WC_ROP_COPY);
956 wcfb_bitblt(sc, x, ys, x, yd, width, height, WC_ROP_COPY);

Completed in 11 milliseconds