Home
last modified time | relevance | path

Searched refs:fgPixel (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c158 NEXTVAL(unsigned long, pGC->fgPixel); in ChangeGC()
165 pGC->tile.pixel = pGC->fgPixel; in ChangeGC()
479 pGC->fgPixel = 0; in NewGCObject()
639 pgcDst->fgPixel = pgcSrc->fgPixel; in CopyGC()
1052 pGC->fgPixel = 0; in GetScratchGC()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c597 if (pixel == pGC->fgPixel) { in AppendSpanGroup()
626 oldPixel.val = pGC->fgPixel; in fillSpans()
756 oldPixel.val = pGC->fgPixel; in miFillRectPolyHelper()
1881 oldPixel.val = pGC->fgPixel; in miCleanupSpanData()
1913 pixel = pGC->fgPixel; in miWideLine()
2051 unsigned long fgPixel, bgPixel; in miWideDashSegment() local
2058 fgPixel = pGC->fgPixel; in miWideDashSegment()
2061 bgPixel = fgPixel; in miWideDashSegment()
2188 pixel = (dashIndex & 1) ? bgPixel : fgPixel; in miWideDashSegment()
2288 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel; in miWideDashSegment()
[all …]
H A Dmiwideline.h78 oldPixel = pGC->fgPixel; \
H A Dmibitblt.c470 oldfg = pGC->fgPixel; in miOpqStipDrawable()
487 gcv[1].val = pGC->fgPixel; in miOpqStipDrawable()
722 oldFg = pGC->fgPixel; in miPutImage()
H A Dmidispcur.c298 if (sourceGC->fgPixel != source) { in miDCPutBits()
316 if (maskGC->fgPixel != mask) { in miDCPutBits()
H A Dmiglblt.c209 oldFG = pGC->fgPixel; in miImageGlyphBlt()
H A Dmizerarc.c654 XID fgPixel = pGC->fgPixel; in miZeroPolyArc() local
757 gcval.val = fgPixel; in miZeroPolyArc()
H A Dmiexpose.c555 fg.val = pGC->fgPixel; in miClearDrawable()
H A Dmiarc.c1008 fg = pGC->fgPixel; in miWideArc()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfill.c148 alu = FbStipple1Rop(pGC->alu, pGC->fgPixel); in fbFill()
150 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel); in fbFill()
H A Dfbseg.c212 if (fg != pGC->fgPixel) { in fbSetFg()
238 fg = pGC->fgPixel; in fbBresFillDash()
H A Dfbgc.c154 pPriv->fg = pGC->fgPixel & mask; in fbValidateGC()
H A Dfbpush.c116 FbStipple1Rop(pGC->alu, pGC->fgPixel), pPriv->pm, dstBpp); in fbPushFill()
H A Dfbcopy.c119 pGC->fgPixel, pGC->bgPixel), in fbCopy1toN()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h264 unsigned int fgPixel; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c144 pixel = gc->fgPixel; in glamor_set_solid()
H A Dglamor_dash.c181 glamor_set_color(pixmap, gc->fgPixel, prog->fg_uniform); in glamor_dash_setup()
H A Dglamor_copy.c76 glamor_set_color(dst, gc->fgPixel, prog->fg_uniform); in use_copyplane()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c105 values.foreground = xnestPixel(pGC->fgPixel); in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c77 pGC->planemask, pGC->fgPixel)) { in exaFillSpans()
818 pGC->fgPixel : pGC->tile.pixel, pGC->planemask, in exaPolyFillRect()
847 pGC->planemask, pGC->fgPixel)) { in exaPolyFillRect()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c246 v.foreground = pGC->fgPixel; in dmxChangeGC()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c188 unsigned long _save_fg = (pGC)->fgPixel; \
197 (pGC)->fgPixel = _save_fg; \
212 (pGC)->fgPixel |= mask; \