Lines Matching refs:linesDone
1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local
2060 linesDone = 0; in PanoramiXGetImage()
2061 while (h - linesDone > 0) { in PanoramiXGetImage()
2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage()
2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage()
2072 linesDone += nlines; in PanoramiXGetImage()
2078 linesDone = 0; in PanoramiXGetImage()
2079 while (h - linesDone > 0) { in PanoramiXGetImage()
2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage()
2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage()
2090 linesDone += nlines; in PanoramiXGetImage()