Lines Matching refs:fgPixel
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()
2422 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash()
2445 pixel = endIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash()
2462 pixel = pGC->fgPixel; in miWideDash()
2479 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel; in miWideDash()