Searched refs:oldPixel (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.h | 77 #define MILINESETPIXEL(pDrawable, pGC, pixel, oldPixel) { \ argument 78 oldPixel = pGC->fgPixel; \ 79 if (pixel != oldPixel) { \ 86 #define MILINERESETPIXEL(pDrawable, pGC, pixel, oldPixel) { \ argument 87 if (pixel != oldPixel) { \ 89 gcval.val = oldPixel; \
|
| H A D | miwideline.c | 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() [all …]
|