Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbrop.h66 FbDoRightMaskByteRRop(dst,rb,r,((src) & _ca1) ^ _cx1,__xor); \
111 FbDoRightMaskByteRRop(dst, rb, r, ((fa) & (b)) | ((ba) & ~(b)), __xor); \
H A Dfbsolid.c62 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor); in fbSolid()
H A Dfb.h264 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \ macro