Searched refs:fgPixel (Results 1 - 25 of 79) sorted by relevance

1234

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.h78 oldPixel = pGC->fgPixel; \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaTEText.c70 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 DxaaFillArc.c69 (*infoRec->SetupForSolidFill)(infoRec->pScrn, pGC->fgPixel, pGC->alu,
123 (*infoRec->SetupForSolidFill)(infoRec->pScrn, pGC->fgPixel, pGC->alu,
H A DxaaCpyPlane.c89 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 DxaaSpans.c63 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 DxaaNonTEText.c80 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 DxaaFillRect.c54 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 DxaaRect.c59 pGC->fgPixel, pGC->alu, pGC->planemask);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.h79 oldPixel = pGC->fgPixel; \
H A Dmiwideline.c82 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 Dgcstruct.h295 unsigned long fgPixel; member in struct:_GC
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinfillsp.c135 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 Dgcstruct.h264 unsigned int fgPixel; member in struct:_GC
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbgc.c162 __FUNCTION__, mask, depthMask, (int)gc->fgPixel, (int)gc->bgPixel, (int)gc->planemask));
164 pgc->fg = gc->fgPixel & mask;
H A Dfbfill.c104 alu = FbStipple1Rop(gc->alu, gc->fgPixel);
106 alu = FbOpaqueStipple1Rop(gc->alu, gc->fgPixel, gc->bgPixel);
H A Dfbseg.c281 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 Dfbgc.c162 __FUNCTION__, mask, depthMask, (int)gc->fgPixel, (int)gc->bgPixel, (int)gc->planemask));
164 pgc->fg = gc->fgPixel & mask;
H A Dfbfill.c104 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 Dfbfill.c75 alu = FbStipple1Rop(pGC->alu,pGC->fgPixel);
77 alu = FbOpaqueStipple1Rop(pGC->alu,pGC->fgPixel,pGC->bgPixel);
H A Dfbpush.c144 FbStipple1Rop(pGC->alu,pGC->fgPixel),
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfill.c110 alu = FbStipple1Rop(pGC->alu, pGC->fgPixel);
112 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel);
H A Dfbgc.c154 pPriv->fg = pGC->fgPixel & mask;
H A Dfbpush.c116 FbStipple1Rop(pGC->alu, pGC->fgPixel), pPriv->pm, dstBpp);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c162 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 Dgc.c158 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;

Completed in 20 milliseconds

1234