Searched refs:fgxor (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbbltone.c | 169 FbBits fgxor, FbBits bgand, FbBits bgxor) in fbBltOne() argument 312 fgand, fgxor, bgand, bgxor, in fbBltOne() 327 WRITE(dst, FbOpaqueStipple(mask, fgxor, bgxor)); in fbBltOne() 338 fgxor, bgand, bgxor)); in fbBltOne() 364 FbDoRightMaskByteStippleRRop(dst, mask, fgand, fgxor, in fbBltOne() 388 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) in fbBltPlane() argument 443 fgand, fgxor, bgand, bgxor, in fbBltPlane() 461 fgand, fgxor, bgand, bgxor, dstUnion)); in fbBltPlane()
|
| H A D | fbfill.c | 73 FbBits fgand, FbBits fgxor, in fbStipple() argument 102 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); in fbStipple() 164 FbBits fgand, fgxor, bgand, bgxor; in fbFill() local 167 fgxor = pPriv->xor; in fbFill() 182 fgand, fgxor, bgand, bgxor, in fbFill()
|
| H A D | fbimage.c | 142 FbBits fgand = 0, fgxor = 0, bgand = 0, bgxor = 0; in fbPutXYImage() local 154 fgxor = fbXor(alu, fg, pm); in fbPutXYImage() 198 (x2 - x1) * dstBpp, (y2 - y1), fgand, fgxor, bgand, bgxor); in fbPutXYImage()
|
| H A D | fb.h | 310 WRITE((CARD8 *) ((a)+FbPatternOffset(o,CARD8)), fgxor); \ 315 WRITE((CARD16 *) ((a)+FbPatternOffset(o,CARD16)), fgxor); \ 323 WRITE((CARD32 *) ((a)+FbPatternOffset(o,CARD32)), fgxor); \ 714 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask);
|