Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c257 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), in fbGetImage()
258 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), in fbGetImage()
259 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), in fbGetImage()
260 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask); in fbGetImage()
H A Dfb.h95 #define FB_STIP_ALLONES ((FbStip) -1) macro
161 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0)
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))