Searched refs:currentPixel (Results 1 – 2 of 2) sorted by relevance
102 unsigned long previousPixel, currentPixel; in xnestPixmapToRegion() local122 currentPixel = XGetPixel(ximage, x, y); in xnestPixmapToRegion()123 if (previousPixel != currentPixel) { in xnestPixmapToRegion()128 else if (currentPixel == 0L) { in xnestPixmapToRegion()134 previousPixel = currentPixel; in xnestPixmapToRegion()
207 unsigned long previousPixel, currentPixel; in dmxBitmapToRegion() local232 currentPixel = XGetPixel(ximage, x, y); in dmxBitmapToRegion()233 if (previousPixel != currentPixel) { in dmxBitmapToRegion()238 else if (currentPixel == 0L) { in dmxBitmapToRegion()244 previousPixel = currentPixel; in dmxBitmapToRegion()