Lines Matching refs:nlines
1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local
2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage()
2065 memset(pBuf, 0, nlines * widthBytesLine); in PanoramiXGetImage()
2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage()
2071 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf); in PanoramiXGetImage()
2072 linesDone += nlines; in PanoramiXGetImage()
2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage()
2082 memset(pBuf, 0, nlines * widthBytesLine); in PanoramiXGetImage()
2085 nlines, format, plane, pBuf, in PanoramiXGetImage()
2088 WriteToClient(client, (int)(nlines * widthBytesLine), pBuf); in PanoramiXGetImage()
2090 linesDone += nlines; in PanoramiXGetImage()