Lines Matching defs:line
72 DBG( 1, "Failure on line of %s: %d\n", __FILE__, \
477 /* scanline end-of-line data byte, returned after each r,g,b segment,
561 int numbytes, datasize, level = 0, line = 0, pixel = 0;
600 while (line < s->height)
608 DBG (12, "scan line %d %dk\n", line, datasize - 1);
622 line += (numbytes + level) / (s->width * 3);
623 /* remainder (partial line) */
625 /* but if last line, don't store extra */
626 if (line >= s->height)
627 numbytes -= (line - s->height) * s->width * 3 + level;
638 /* Contorsions to convert data from line-by-line RGB to
672 /* end of a line, move redptr to the next Red section */
673 line++;
677 printf ("%2d%%\r", line * 100 / s->height);
681 if (line >= s->height)
701 DBG (6, "%d lines, %d pixels, %d extra bytes\n", line, pixel, level);
1010 /* first line is data read buffer */
1012 /* second line is a temporary holding spot in case the next line read
1024 /* Check if new line is majorly different than old.
1041 DBG (13, "line %d changed %d\n", nlines, badcnt);
1129 /* skip line termination flags */