Searched refs:FB_STIP_MASK (Results 1 – 6 of 6) sorted by relevance
94 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro160 #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); \
58 x1 &= FB_STIP_MASK; in fbBresSolid()139 x1 &= FB_STIP_MASK; in fbBresDash()
67 x &= FB_STIP_MASK; in fbDots()
218 srcX &= FB_STIP_MASK; in fbBltOne()412 dstX &= FB_STIP_MASK; in fbBltPlane()
41 srcX &= FB_STIP_MASK; in fbPushPattern()
196 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT); in fbCopyNto1()