Searched defs:linesDone (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c997 register int linesDone; local
1213 linesDone = 0;
1214 while (height - linesDone > 0)
1216 nlines = min(linesPerBuf, height - linesDone);
1219 y + linesDone,
1230 box.y1 = y + linesDone + pDraw->y;
1262 linesDone += nlines;
1271 linesDone = 0;
1272 while (height - linesDone > 0)
1274 nlines = min(linesPerBuf, height - linesDone);
[all...]

Completed in 14 milliseconds