Lines Matching defs:xor
23 #define FbSelectPart(xor,o,t) xor
41 FbBits xor)
48 if (bpp == 24 && (!FbCheck24Pix(and) || !FbCheck24Pix(xor)))
50 fbSolid24 (dst, dstStride, dstX, width, height, and, xor);
65 FbDoLeftMaskByteRRop(dst,startbyte,startmask,and,xor);
71 WRITE(dst++, xor);
75 WRITE(dst, FbDoRRop (READ(dst), and, xor));
79 FbDoRightMaskByteRRop(dst,endbyte,endmask,and,xor);
94 FbBits xor)
119 xor = FbRot24(xor,rotS);
123 xorS = xor;
125 xor = FbNext24Pix(xor);
131 xor0 = xor;
143 xorE = xor;