Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbbits.h282 #define ARCCOPY(d) STORE(d,xorBits)
283 #define ARCRROP(d) RROP(d,andBits,xorBits)
296 BITS andBits, xorBits; in ARC() local
304 xorBits = (BITS) xor; in ARC()
726 FbBits xorBits = fbGetGCPrivate(pGC)->xor; in POLYSEGMENT() local
728 BITS xor = xorBits; in POLYSEGMENT()
791 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()
797 WRITE(dstLine++, xorBits); in POLYSEGMENT()
801 FbDoRRop(READ(dstLine), andBits, xorBits)); in POLYSEGMENT()
806 FbDoMaskRRop(READ(dstLine), andBits, xorBits, in POLYSEGMENT()