Home
last modified time | relevance | path

Searched refs:FbDoMaskRRop (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbseg.c71 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 Dfbrop.h71 #define FbDoMaskRRop(dst, and, xor, mask) \ macro
102 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
H A Dfbpoint.c70 WRITE(d, FbDoMaskRRop(READ(d), and, xor, mask)); in fbDots()
H A Dfbbits.h791 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()
806 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()
H A Dfb.h259 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
277 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \