Searched refs:linesDone (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 1792 int linesDone, nlines, linesPerBuf; local in function:PanoramiXGetImage 1895 linesDone = 0; 1896 while (h - linesDone > 0) { 1897 nlines = min(linesPerBuf, h - linesDone); 1902 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, 1908 linesDone += nlines; 1913 linesDone = 0; 1914 while (h - linesDone > 0) { 1915 nlines = min(linesPerBuf, h - linesDone); 1919 XineramaGetImageData(drawables, x, y + linesDone, [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; local in function:PanoramiXGetImage 2060 linesDone = 0; 2061 while (h - linesDone > 0) { 2062 nlines = min(linesPerBuf, h - linesDone); 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, 2072 linesDone += nlines; 2078 linesDone = 0; 2079 while (h - linesDone > 0) { 2080 nlines = min(linesPerBuf, h - linesDone); 2084 XineramaGetImageData(drawables, x, y + linesDone, [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 2002 int linesDone; local in function:DoGetImage 2154 linesDone = 0; 2155 while (height - linesDone > 0) 2157 nlines = min(linesPerBuf, height - linesDone); 2160 y + linesDone, 2168 pDraw, x, y + linesDone, width, 2184 linesDone += nlines; 2193 linesDone = 0; 2194 while (height - linesDone > 0) 2196 nlines = min(linesPerBuf, height - linesDone); [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 2145 int linesDone; local in function:DoGetImage 2278 linesDone = 0; 2279 while (height - linesDone > 0) { 2280 nlines = min(linesPerBuf, height - linesDone); 2283 y + linesDone, 2289 pDraw, x, y + linesDone, width, 2298 linesDone += nlines; 2305 linesDone = 0; 2306 while (height - linesDone > 0) { 2307 nlines = min(linesPerBuf, height - linesDone); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCursor.c | 121 int linesDone; local in function:sunLoadCursor
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCursor.c | 121 int linesDone; local in function:sunLoadCursor
|
Completed in 13 milliseconds