| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 74 FbBits bgand, FbBits bgxor, in fbStipple() argument 102 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); in fbStipple() 164 FbBits fgand, fgxor, bgand, bgxor; in fbFill() local 170 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill() 174 bgxor = pPriv->bgxor; in fbFill() 182 fgand, fgxor, bgand, bgxor, in fbFill()
|
| H A D | fbbltone.c | 169 FbBits fgxor, FbBits bgand, FbBits bgxor) in fbBltOne() argument 210 else if (bgand == FB_ALLONES && bgxor == 0) in fbBltOne() 312 fgand, fgxor, bgand, bgxor, in fbBltOne() 327 WRITE(dst, FbOpaqueStipple(mask, fgxor, bgxor)); in fbBltOne() 338 fgxor, bgand, bgxor)); in fbBltOne() 365 bgand, bgxor, endbyte, endmask); in fbBltOne() 388 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) in fbBltPlane() argument 443 fgand, fgxor, bgand, bgxor, in fbBltPlane() 461 fgand, fgxor, bgand, bgxor, dstUnion)); in fbBltPlane()
|
| H A D | fbimage.c | 142 FbBits fgand = 0, fgxor = 0, bgand = 0, bgxor = 0; in fbPutXYImage() local 157 bgxor = fbXor(alu, bg, pm); in fbPutXYImage() 161 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbPutXYImage() 198 (x2 - x1) * dstBpp, (y2 - y1), fgand, fgxor, bgand, bgxor); in fbPutXYImage()
|
| H A D | fbcopy.c | 132 pPriv->and, pPriv->xor, pPriv->bgand, pPriv->bgxor); in fbCopy1toN() 174 (FbStip) pPriv->bgand, (FbStip) pPriv->bgxor, bitplane); in fbCopyNto1() 228 pPriv->and, pPriv->xor, pPriv->bgand, pPriv->bgxor); in fbCopyNto1()
|
| H A D | fbseg.c | 123 FbStip bgxor = (FbStip) pPriv->bgxor; in fbBresDash() local 150 WRITE(dst, FbDoMaskRRop(READ(dst), bgand, bgxor, mask)); in fbBresDash()
|
| H A D | fbgc.c | 172 pPriv->bgxor = fbXor(pGC->alu, pPriv->bg, pPriv->pm); in fbValidateGC()
|
| H A D | fb.h | 421 FbBits bgand, bgxor; /* for stipples */ member 700 int height, FbBits fgand, FbBits fbxor, FbBits bgand, FbBits bgxor); 714 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask);
|
| H A D | fbbits.h | 135 xorbg = (BITS) pPriv->bgxor; in BRESDASH()
|