Lines Matching defs:line
46 DBG (1, "Failure on line of %s: %d\n", \
2769 byte *endptr = linebuf + 3 * width; /* Red line + Green line + Blue line */
2771 static long line = 0;
2778 /* while (line < height) process one buffer from the scanner */
2779 long startline = line;
2781 if (line >= (chndl->y1) * chndl->val[opt_resolution].w / 600
2786 line = 0;
2805 DBG (12, "scan line %ld %ld\n", line, datasize);
2818 /* Contorsions to convert data from line-by-line RGB to byte-by-byte RGB,
2819 without reading in the whole buffer first. One image line is
2831 if (dstptr >= endptr) /* line of one color complete */
2833 slot++; /* next color for this line */
2838 dstptr = linebuf; /* back to beginning of line */
2839 line++; /* number of line just completed */
2841 if (line > (chndl->y1) * chndl->val[opt_resolution].w / 600)
2879 DBG (6, "line %ld written...\n", line);
2882 if (line == (chndl->y1) * chndl->val[opt_resolution].w / 600
2897 DBG (6, "%ld lines from readbuf\n", line - startline);