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

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_read.c125 tstrip_t sep_strip, strips_per_sep; local
140 strips_per_sep = 1;
142 strips_per_sep = (td->td_imagelength+td->td_rowsperstrip-1)
145 sep_strip = strip % strips_per_sep;
147 if (sep_strip != strips_per_sep-1 ||
/haiku-fatelf/src/libs/tiff/
H A Dtif_read.c129 tstrip_t sep_strip, strips_per_sep; local
145 strips_per_sep = 1;
147 strips_per_sep = (td->td_imagelength+td->td_rowsperstrip-1)
150 sep_strip = strip % strips_per_sep;
152 if (sep_strip != strips_per_sep-1 ||

Completed in 46 milliseconds