Lines Matching defs:linesPerBuf
996 int nlines, linesPerBuf, rc;
1168 linesPerBuf = 0;
1170 linesPerBuf = height;
1177 linesPerBuf = 0;
1179 linesPerBuf = 1;
1182 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
1183 if (linesPerBuf > height)
1184 linesPerBuf = height;
1186 length = linesPerBuf * widthBytesLine;
1187 if (linesPerBuf < height)
1190 while ((linesPerBuf > 1) &&
1193 linesPerBuf--;
1198 linesPerBuf++;
1207 if (linesPerBuf == 0)
1216 nlines = min(linesPerBuf, height - linesDone);
1274 nlines = min(linesPerBuf, height - linesDone);