Lines Matching defs:fgPixel
82 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;
1703 fgPixel = pGC->fgPixel;
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;
2159 pixel = pGC->fgPixel;
2176 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel;