HomeSort by: relevance | last modified time | path
    Searched refs:linesDone (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 1952 int linesDone, nlines, linesPerBuf;
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, w
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiXprocs.c 1792 int linesDone, nlines, linesPerBuf;
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, w,
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 2145 int linesDone;
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/dix/
dispatch.c 2002 int linesDone;
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/hw/sun/
sunCursor.c 121 int linesDone;
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunCursor.c 121 int linesDone;

Completed in 13 milliseconds