| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwideline.h | 78 oldPixel = pGC->fgPixel; \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaTEText.c | 70 pGC->font, pGC->fgPixel, -1, pGC->alu, pGC->planemask, 95 pGC->font, pGC->fgPixel, -1, pGC->alu, pGC->planemask, 121 pGC->font, pGC->fgPixel, pGC->bgPixel, GXcopy, pGC->planemask, 147 pGC->font, pGC->fgPixel, pGC->bgPixel, GXcopy, pGC->planemask, 177 pGC->font, pGC->fgPixel, pGC->bgPixel, GXcopy, pGC->planemask, 197 pGC->font, pGC->fgPixel, -1, pGC->alu, pGC->planemask,
|
| H A D | xaaFillArc.c | 69 (*infoRec->SetupForSolidFill)(infoRec->pScrn, pGC->fgPixel, pGC->alu, 123 (*infoRec->SetupForSolidFill)(infoRec->pScrn, pGC->fgPixel, pGC->alu,
|
| H A D | xaaCpyPlane.c | 89 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask); 152 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask); 201 pGC->fgPixel, -1, pGC->alu, pGC->planemask);
|
| H A D | xaaSpans.c | 63 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSpansSolid && 150 (*infoRec->FillSolidSpans) (infoRec->pScrn, pGC->fgPixel, 176 fg = pGC->fgPixel; bg = -1; 180 fg = pGC->fgPixel; bg = pGC->bgPixel; 221 fg = pGC->fgPixel; bg = -1; 225 fg = pGC->fgPixel; bg = pGC->bgPixel; 264 fg = pGC->fgPixel; bg = -1; 267 fg = pGC->fgPixel; bg = pGC->bgPixel; 302 pGC->fgPixel, -1); 306 pGC->fgPixel, pG [all...] |
| H A D | xaaNonTEText.c | 80 pGC->fgPixel, pGC->alu, pGC->planemask, 110 pGC->fgPixel, pGC->alu, pGC->planemask, 139 pGC->font, pGC->fgPixel, pGC->bgPixel, pGC->planemask, 166 pGC->font, pGC->fgPixel, pGC->bgPixel, pGC->planemask, 196 pGC->font, pGC->fgPixel, pGC->bgPixel, pGC->planemask, 216 pGC->font, pGC->fgPixel, pGC->alu, pGC->planemask,
|
| H A D | xaaFillRect.c | 54 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSolidRects && 129 pGC->fgPixel, pGC->alu, pGC->planemask, nboxes, pClipBoxes); 151 fg = pGC->fgPixel; bg = -1; 155 fg = pGC->fgPixel; bg = pGC->bgPixel; 192 fg = pGC->fgPixel; bg = -1; 196 fg = pGC->fgPixel; bg = pGC->bgPixel; 231 fg = pGC->fgPixel; bg = -1; 234 fg = pGC->fgPixel; bg = pGC->bgPixel; 265 pGC->fgPixel, -1); 269 pGC->fgPixel, pG [all...] |
| H A D | xaaRect.c | 59 pGC->fgPixel, pGC->alu, pGC->planemask);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwideline.h | 79 oldPixel = pGC->fgPixel; \
|
| H A D | miwideline.c | 82 if (pixel == pGC->fgPixel) 114 oldPixel.val = pGC->fgPixel; 260 oldPixel.val = pGC->fgPixel; 1504 oldPixel.val = pGC->fgPixel; 1538 pixel = pGC->fgPixel; 1696 unsigned long fgPixel, bgPixel; local in function:miWideDashSegment 1703 fgPixel = pGC->fgPixel; 1708 bgPixel = fgPixel; 1848 pixel = (dashIndex & 1) ? bgPixel : fgPixel; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 295 unsigned long fgPixel; member in struct:_GC
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winfillsp.c | 135 if (pGC->fgPixel == 0) 144 fg = pGC->fgPixel; 206 fg = pGC->fgPixel; 293 fg = pGC->fgPixel; 303 if (pGC->bgPixel != -1 && pGC->fgPixel != -1) 325 else if (pGC->fgPixel == -1) 493 if (pGC->fgPixel == 0) 502 fg = pGC->fgPixel; 564 fg = pGC->fgPixel; 651 fg = pGC->fgPixel; [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 264 unsigned int fgPixel; member in struct:_GC
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbgc.c | 162 __FUNCTION__, mask, depthMask, (int)gc->fgPixel, (int)gc->bgPixel, (int)gc->planemask)); 164 pgc->fg = gc->fgPixel & mask;
|
| H A D | fbfill.c | 104 alu = FbStipple1Rop(gc->alu, gc->fgPixel); 106 alu = FbOpaqueStipple1Rop(gc->alu, gc->fgPixel, gc->bgPixel);
|
| H A D | fbseg.c | 281 if (fg != gc->fgPixel) { 282 gc->fgPixel = fg; 304 fg = gc->fgPixel;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbgc.c | 162 __FUNCTION__, mask, depthMask, (int)gc->fgPixel, (int)gc->bgPixel, (int)gc->planemask)); 164 pgc->fg = gc->fgPixel & mask;
|
| H A D | fbfill.c | 104 alu = FbStipple1Rop(gc->alu, gc->fgPixel); 106 alu = FbOpaqueStipple1Rop(gc->alu, gc->fgPixel, gc->bgPixel);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbfill.c | 75 alu = FbStipple1Rop(pGC->alu,pGC->fgPixel); 77 alu = FbOpaqueStipple1Rop(pGC->alu,pGC->fgPixel,pGC->bgPixel);
|
| H A D | fbpush.c | 144 FbStipple1Rop(pGC->alu,pGC->fgPixel),
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbfill.c | 110 alu = FbStipple1Rop(pGC->alu, pGC->fgPixel); 112 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel);
|
| H A D | fbgc.c | 154 pPriv->fg = pGC->fgPixel & mask;
|
| H A D | fbpush.c | 116 FbStipple1Rop(pGC->alu, pGC->fgPixel), pPriv->pm, dstBpp);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 162 NEXTVAL(unsigned long, pGC->fgPixel); 169 pGC->tile.pixel = pGC->fgPixel; 495 pGC->fgPixel = 0; 633 pgcDst->fgPixel = pgcSrc->fgPixel; 797 client-supplied attributes are installed, since the fgPixel 816 pGC->fgPixel = 0; 1109 pGC->fgPixel = 0;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 158 NEXTVAL(unsigned long, pGC->fgPixel); 165 pGC->tile.pixel = pGC->fgPixel; 479 pGC->fgPixel = 0; 639 pgcDst->fgPixel = pgcSrc->fgPixel; 795 client-supplied attributes are installed, since the fgPixel 1053 pGC->fgPixel = 0;
|