Home
last modified time | relevance | path

Searched refs:FbDoRRop (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbrop.h69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro
99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
H A Dfbsolid.c58 WRITE(dst, FbDoRRop(READ(dst), and, xor)); in fbSolid()
H A Dfbbits.h43 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
801 FbDoRRop(READ(dstLine), andBits, xorBits)); in POLYSEGMENT()