Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbrop.h61 FbDoLeftMaskByteRRop(dst,lb,l,((src) & _ca1) ^ _cx1,__xor); \
106 FbDoLeftMaskByteRRop(dst, lb, l, ((fa) & (b)) | ((ba) & ~(b)), __xor); \
H A Dfbsolid.c49 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor); in fbSolid()
H A Dfb.h238 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \ macro