Searched refs:bgPixel (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h296 unsigned long bgPixel; member in struct:_GC
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaTEText.c121 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 DxaaCpyPlane.c89 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask);
152 pGC->fgPixel, pGC->bgPixel, pGC->alu, pGC->planemask);
H A DxaaSpans.c63 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 DxaaNonTEText.c139 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 DxaaFillRect.c54 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 DxaaGC.c80 if(pGC->bgPixel == 0xffffffff)
81 pGC->bgPixel = 0x7fffffff;
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h265 unsigned int bgPixel; 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));
165 pgc->bg = gc->bgPixel & mask;
H A Dfbcopy.c92 gc->fgPixel, gc->bgPixel),
H A Dfbfill.c106 alu = FbOpaqueStipple1Rop(gc->alu, gc->fgPixel, gc->bgPixel);
/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));
165 pgc->bg = gc->bgPixel & mask;
H A Dfbcopy.c92 gc->fgPixel, gc->bgPixel),
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinfillsp.c205 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 Dfbgc.c155 pPriv->bg = pGC->bgPixel & mask;
H A Dfbfill.c112 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c173 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 Dgc.c169 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 Dglamor_text.c374 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform);
468 glamor_solid_boxes(pixmap, RegionRects(&region), RegionNumRects(&region), gc->bgPixel);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c108 values.background = xnestPixel(pGC->bgPixel);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c236 gcvals[1].val = pGC->bgPixel;
H A Dmiwideline.c1503 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 Dmiglblt.c214 gcvals[1].val = pGC->bgPixel;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbfill.c77 alu = FbOpaqueStipple1Rop(pGC->alu,pGC->fgPixel,pGC->bgPixel);
H A Dfbgc.c279 pPriv->bg = pGC->bgPixel & mask;

Completed in 85 milliseconds

123