Home
last modified time | relevance | path

Searched refs:currentPixel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c102 unsigned long previousPixel, currentPixel; in xnestPixmapToRegion() local
122 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()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c207 unsigned long previousPixel, currentPixel; in dmxBitmapToRegion() local
232 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()