Lines Matching defs:fgPixel
597 if (pixel == pGC->fgPixel) {
626 oldPixel.val = pGC->fgPixel;
756 oldPixel.val = pGC->fgPixel;
1881 oldPixel.val = pGC->fgPixel;
1913 pixel = pGC->fgPixel;
2051 unsigned long fgPixel, bgPixel;
2058 fgPixel = pGC->fgPixel;
2061 bgPixel = fgPixel;
2188 pixel = (dashIndex & 1) ? bgPixel : fgPixel;
2288 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel;
2422 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel;
2445 pixel = endIsFg ? pGC->fgPixel : pGC->bgPixel;
2462 pixel = pGC->fgPixel;
2479 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel;