Searched refs:FbDoMaskRRop (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbseg.c | 71 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits)); in fbBresSolid() 79 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, bits)); in fbBresSolid() 87 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits)); in fbBresSolid() 91 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, mask)); in fbBresSolid() 148 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, mask)); in fbBresDash() 150 WRITE(dst, FbDoMaskRRop(READ(dst), bgand, bgxor, mask)); in fbBresDash()
|
| H A D | fbrop.h | 71 #define FbDoMaskRRop(dst, and, xor, mask) \ macro 102 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
|
| H A D | fbpoint.c | 70 WRITE(d, FbDoMaskRRop(READ(d), and, xor, mask)); in fbDots()
|
| H A D | fbbits.h | 791 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT() 806 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()
|
| H A D | fb.h | 259 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \ 277 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
|