Lines Matching refs:oldPixel
624 ChangeGCVal oldPixel, tmpPixel; in fillSpans() local
626 oldPixel.val = pGC->fgPixel; in fillSpans()
627 if (pixel != oldPixel.val) { in fillSpans()
636 if (pixel != oldPixel.val) { in fillSpans()
637 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in fillSpans()
747 ChangeGCVal oldPixel, tmpPixel; in miFillRectPolyHelper() local
756 oldPixel.val = pGC->fgPixel; in miFillRectPolyHelper()
757 if (pixel != oldPixel.val) { in miFillRectPolyHelper()
763 if (pixel != oldPixel.val) { in miFillRectPolyHelper()
764 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in miFillRectPolyHelper()
950 unsigned long oldPixel; in miLineOnePoint() local
952 MILINESETPIXEL(pDrawable, pGC, pixel, oldPixel); in miLineOnePoint()
968 MILINERESETPIXEL(pDrawable, pGC, pixel, oldPixel); in miLineOnePoint()
1878 ChangeGCVal oldPixel, pixel; in miCleanupSpanData() local
1881 oldPixel.val = pGC->fgPixel; in miCleanupSpanData()
1882 if (pixel.val != oldPixel.val) { in miCleanupSpanData()
1888 if (pixel.val != oldPixel.val) { in miCleanupSpanData()
1889 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in miCleanupSpanData()