Lines Matching defs:xor

194 #define FbSelectPatternPart(xor,o,t)	((xor) >> (FbPatternOffset (o,t) << 3))
195 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
196 FbSelectPart(xor,off,t)))
241 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
247 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
248 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
251 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
254 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
256 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
259 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
262 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
267 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
270 FbStorePart(dst,0,CARD8,xor); \
273 FbStorePart(dst,0,CARD16,xor); \
276 FbStorePart(dst,0,CARD16,xor); \
277 FbStorePart(dst,2,CARD8,xor); \
280 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
451 FbBits and, xor; /* reduced rop values */
648 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
654 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
696 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
702 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
744 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
750 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
785 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
791 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
992 int xa, int ya, int xb, int yb, FbBits and, FbBits xor);
1269 int dstX, int bpp, int width, int height, FbBits and, FbBits xor);
1275 int dstX, int width, int height, FbBits and, FbBits xor);
1326 RegionPtr pRegion, FbBits and, FbBits xor);