Searched refs:FbStipLeft (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbbltone.c | 153 bits = (FbStipLeft (bitsLeft, leftShift) | \ 314 bits = FbStipLeft(bits, pixelsPerDst); in fbBltOne() 329 bits = FbStipLeft(bits, pixelsPerDst); in fbBltOne() 341 bits = FbStipLeft(bits, pixelsPerDst); in fbBltOne()
|
| 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); in GLYPH()
|