Searched refs:FbStipLeft (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbltone.c53 bits = (FbStipLeft (bitsLeft, leftShift) | \
318 bits = FbStipLeft (bits, pixelsPerDst);
341 bits = FbStipLeft(bits, pixelsPerDst);
354 bits = FbStipLeft(bits,pixelsPerDst);
373 bits = FbStipLeft(bits, pixelsPerDst);
517 (FbStipLeft (left, new) | FbStipRight ((right), (FbStip24Len - (new))))
525 ((FbStipLeft (left, new) & ((1 << FbStip24Len) - 1)) | right)
528 (FbStipLeft(left, rlen) | right)
544 bits = FbStipLeft (bits, __len); \
549 bits = FbStipLeft (REA
[all...]
H A Dfb.h196 #define FbStipLeft(x,n) FbScrLeft(x,n) macro
202 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
203 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
525 #define FbRot24Stip(p,b) (FbStipRight(p,b) | FbStipLeft(p,24-(b)))
H A Dfbglyph.c244 bits = FbStipLeft (bits, n);
H A Dfbseg.c33 ((dir < 0) ? FbStipLeft(mask,bpp) : \
H A Dfbbits.h645 bits = FbStipLeft (bits, n);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbbltone.c55 bits = (FbStipLeft (bitsLeft, leftShift) | \
241 bits = FbStipLeft(bits, pixelsPerDst);
261 bits = FbStipLeft(bits, pixelsPerDst);
270 bits = FbStipLeft(bits, pixelsPerDst);
285 bits = FbStipLeft(bits, pixelsPerDst);
H A Dfb.h87 #define FbStipLeft(x,n) FbScrLeft(x,n) macro
93 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
94 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
110 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
H A Dfbglyphbits.h124 bits = FbStipLeft(bits, n);
H A Dfbseg.c72 ((dir < 0) ? FbStipLeft(mask,bpp) : \
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbbltone.c55 bits = (FbStipLeft (bitsLeft, leftShift) | \
241 bits = FbStipLeft(bits, pixelsPerDst);
261 bits = FbStipLeft(bits, pixelsPerDst);
270 bits = FbStipLeft(bits, pixelsPerDst);
285 bits = FbStipLeft(bits, pixelsPerDst);
H A Dfb.h91 #define FbStipLeft(x,n) FbScrLeft(x,n) macro
97 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
98 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
114 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
H A Dfbglyphbits.h124 bits = FbStipLeft(bits, n);
H A Dfbseg.c72 ((dir < 0) ? FbStipLeft(mask,bpp) : \
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbltone.c153 bits = (FbStipLeft (bitsLeft, leftShift) | \
314 bits = FbStipLeft(bits, pixelsPerDst);
329 bits = FbStipLeft(bits, pixelsPerDst);
341 bits = FbStipLeft(bits, pixelsPerDst);
H A Dfb.h146 #define FbStipLeft(x,n) FbScrLeft(x,n) macro
152 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
153 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
169 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
H A Dfbseg.c33 ((dir < 0) ? FbStipLeft(mask,bpp) : \
H A Dfbbits.h571 bits = FbStipLeft(bits, n);

Completed in 16 milliseconds