| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 158 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 D | miwideline.c | 597 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 D | miwideline.h | 78 oldPixel = pGC->fgPixel; \
|
| H A D | mibitblt.c | 470 oldfg = pGC->fgPixel; in miOpqStipDrawable() 487 gcv[1].val = pGC->fgPixel; in miOpqStipDrawable() 722 oldFg = pGC->fgPixel; in miPutImage()
|
| H A D | midispcur.c | 298 if (sourceGC->fgPixel != source) { in miDCPutBits() 316 if (maskGC->fgPixel != mask) { in miDCPutBits()
|
| H A D | miglblt.c | 209 oldFG = pGC->fgPixel; in miImageGlyphBlt()
|
| H A D | mizerarc.c | 654 XID fgPixel = pGC->fgPixel; in miZeroPolyArc() local 757 gcval.val = fgPixel; in miZeroPolyArc()
|
| H A D | miexpose.c | 555 fg.val = pGC->fgPixel; in miClearDrawable()
|
| H A D | miarc.c | 1008 fg = pGC->fgPixel; in miWideArc()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 148 alu = FbStipple1Rop(pGC->alu, pGC->fgPixel); in fbFill() 150 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel); in fbFill()
|
| H A D | fbseg.c | 212 if (fg != pGC->fgPixel) { in fbSetFg() 238 fg = pGC->fgPixel; in fbBresFillDash()
|
| H A D | fbgc.c | 154 pPriv->fg = pGC->fgPixel & mask; in fbValidateGC()
|
| H A D | fbpush.c | 116 FbStipple1Rop(pGC->alu, pGC->fgPixel), pPriv->pm, dstBpp); in fbPushFill()
|
| H A D | fbcopy.c | 119 pGC->fgPixel, pGC->bgPixel), in fbCopy1toN()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 264 unsigned int fgPixel; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.c | 144 pixel = gc->fgPixel; in glamor_set_solid()
|
| H A D | glamor_dash.c | 181 glamor_set_color(pixmap, gc->fgPixel, prog->fg_uniform); in glamor_dash_setup()
|
| H A D | glamor_copy.c | 76 glamor_set_color(dst, gc->fgPixel, prog->fg_uniform); in use_copyplane()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GC.c | 105 values.foreground = xnestPixel(pGC->fgPixel); in xnestChangeGC()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 77 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 D | dmxgc.c | 246 v.foreground = pGC->fgPixel; in dmxChangeGC()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 188 unsigned long _save_fg = (pGC)->fgPixel; \ 197 (pGC)->fgPixel = _save_fg; \ 212 (pGC)->fgPixel |= mask; \
|