| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 296 unsigned long bgPixel; member in struct:_GC
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaTEText.c | 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,
|
| H A D | xaaCpyPlane.c | 89 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask); 152 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask);
|
| H A D | xaaSpans.c | 63 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSpansSolid && 180 fg = pGC->fgPixel; bg = pGC->bgPixel; 225 fg = pGC->fgPixel; bg = pGC->bgPixel; 267 fg = pGC->fgPixel; bg = pGC->bgPixel; 306 pGC->fgPixel, pGC->bgPixel); 345 fg = pGC->fgPixel; bg = pGC->bgPixel;
|
| H A D | xaaNonTEText.c | 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,
|
| H A D | xaaFillRect.c | 54 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSolidRects && 155 fg = pGC->fgPixel; bg = pGC->bgPixel; 196 fg = pGC->fgPixel; bg = pGC->bgPixel; 234 fg = pGC->fgPixel; bg = pGC->bgPixel; 269 pGC->fgPixel, pGC->bgPixel); 304 fg = pGC->fgPixel; bg = pGC->bgPixel;
|
| H A D | xaaGC.c | 80 if(pGC->bgPixel == 0xffffffff) 81 pGC->bgPixel = 0x7fffffff;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 265 unsigned int bgPixel; 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)); 165 pgc->bg = gc->bgPixel & mask;
|
| H A D | fbcopy.c | 92 gc->fgPixel, gc->bgPixel),
|
| H A D | fbfill.c | 106 alu = FbOpaqueStipple1Rop(gc->alu, gc->fgPixel, gc->bgPixel);
|
| /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)); 165 pgc->bg = gc->bgPixel & mask;
|
| H A D | fbcopy.c | 92 gc->fgPixel, gc->bgPixel),
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winfillsp.c | 205 bg = pGC->bgPixel; 292 bg = pGC->bgPixel; 303 if (pGC->bgPixel != -1 && pGC->fgPixel != -1) 314 else if (pGC->bgPixel == -1) 563 bg = pGC->bgPixel; 650 bg = pGC->bgPixel; 661 if (pGC->bgPixel != -1 && pGC->fgPixel != -1) 672 else if (pGC->bgPixel == -1)
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbgc.c | 155 pPriv->bg = pGC->bgPixel & mask;
|
| H A D | fbfill.c | 112 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 173 NEXTVAL(unsigned long, pGC->bgPixel); 496 pGC->bgPixel = 1; 636 pgcDst->bgPixel = pgcSrc->bgPixel; 817 pGC->bgPixel = 1; 1110 pGC->bgPixel = 1;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 169 NEXTVAL(unsigned long, pGC->bgPixel); 480 pGC->bgPixel = 1; 642 pgcDst->bgPixel = pgcSrc->bgPixel; 1054 pGC->bgPixel = 1;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_text.c | 374 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); 468 glamor_solid_boxes(pixmap, RegionRects(®ion), RegionNumRects(®ion), gc->bgPixel);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 108 values.background = xnestPixel(pGC->bgPixel);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miglblt.c | 236 gcvals[1].val = pGC->bgPixel;
|
| H A D | miwideline.c | 1503 pixel.val = pGC->bgPixel; 1696 unsigned long fgPixel, bgPixel; local in function:miWideDashSegment 1704 bgPixel = pGC->bgPixel; 1708 bgPixel = fgPixel; 1848 pixel = (dashIndex & 1) ? bgPixel : fgPixel; 1963 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel; 2110 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel; 2138 pixel = endIsFg ? pGC->fgPixel : pGC->bgPixel; 2176 pixel = (dashIndex & 1) ? pGC->bgPixel [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miglblt.c | 214 gcvals[1].val = pGC->bgPixel;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbfill.c | 77 alu = FbOpaqueStipple1Rop(pGC->alu,pGC->fgPixel,pGC->bgPixel);
|
| H A D | fbgc.c | 279 pPriv->bg = pGC->bgPixel & mask;
|