Searched refs:FbStipLeft (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbbltone.c | 53 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 D | fb.h | 196 #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 D | fbglyph.c | 244 bits = FbStipLeft (bits, n);
|
| H A D | fbseg.c | 33 ((dir < 0) ? FbStipLeft(mask,bpp) : \
|
| H A D | fbbits.h | 645 bits = FbStipLeft (bits, n);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbbltone.c | 55 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 D | fb.h | 87 #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 D | fbglyphbits.h | 124 bits = FbStipLeft(bits, n);
|
| H A D | fbseg.c | 72 ((dir < 0) ? FbStipLeft(mask,bpp) : \
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbbltone.c | 55 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 D | fb.h | 91 #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 D | fbglyphbits.h | 124 bits = FbStipLeft(bits, n);
|
| H A D | fbseg.c | 72 ((dir < 0) ? FbStipLeft(mask,bpp) : \
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbbltone.c | 153 bits = (FbStipLeft (bitsLeft, leftShift) | \ 314 bits = FbStipLeft(bits, pixelsPerDst); 329 bits = FbStipLeft(bits, pixelsPerDst); 341 bits = FbStipLeft(bits, pixelsPerDst);
|
| H A D | fb.h | 146 #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 D | fbseg.c | 33 ((dir < 0) ? FbStipLeft(mask,bpp) : \
|
| H A D | fbbits.h | 571 bits = FbStipLeft(bits, n);
|
Completed in 16 milliseconds