Searched refs:linecounter (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_tiff.c794 int linecounter = 0; local
800 while (linecounter < image->height) {
803 ((int)image->height - linecounter - 1) * (int)image->width),
804 (uint32) linecounter, (tsample_t) 0) == -1) {
810 linecounter++;

Completed in 31 milliseconds