Lines Matching defs:xor
30 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
45 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
51 WRITE(dst++, xor);
54 WRITE(dst, FbDoRRop(READ(dst), and, xor));
58 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
82 width, height, pgc->xor))
86 dstBpp, width * dstBpp, height, pgc->and, pgc->xor);
121 fgxor = pgc->xor;
166 FbBits xor = fbXor(GXcopy, fb_gc(gc)->bg, fb_gc(gc)->pm);
173 (b->x2 - b->x1), (b->y2 - b->y1), xor))
177 and, xor);