Lines Matching refs:xorBits
327 #define ARCCOPY(d) STORE(d,xorBits)
328 #define ARCRROP(d) RROP(d,andBits,xorBits)
346 BITS andBits, xorBits;
354 xorBits = (BITS) xor;
812 FbBits xorBits = fbGetGCPrivate(pGC)->xor;
814 BITS xor = xorBits;
888 *dstLine = FbDoMaskRRop (*dstLine, andBits, xorBits, startmask);
893 *dstLine++ = xorBits;
897 *dstLine = FbDoRRop (*dstLine, andBits, xorBits);
901 *dstLine = FbDoMaskRRop (*dstLine, andBits, xorBits, endmask);