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

  /src/sys/dev/ic/
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
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

Completed in 23 milliseconds