Searched refs:FbDoRRop (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbrop.h | 69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro 99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
|
| H A D | fbsolid.c | 58 WRITE(dst, FbDoRRop(READ(dst), and, xor)); in fbSolid()
|
| H A D | fbbits.h | 43 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x))) 801 FbDoRRop(READ(dstLine), andBits, xorBits)); in POLYSEGMENT()
|