Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfb.h94 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
160 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
161 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0)
162 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
163 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
168 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
169 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
286 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
H A Dfbseg.c58 x1 &= FB_STIP_MASK; in fbBresSolid()
139 x1 &= FB_STIP_MASK; in fbBresDash()
H A Dfbpoint.c67 x &= FB_STIP_MASK; in fbDots()
H A Dfbbltone.c218 srcX &= FB_STIP_MASK; in fbBltOne()
412 dstX &= FB_STIP_MASK; in fbBltPlane()
H A Dfbpush.c41 srcX &= FB_STIP_MASK; in fbPushPattern()
H A Dfbcopy.c196 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT); in fbCopyNto1()