Home
last modified time | relevance | path

Searched refs:rows_this_strip (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcrop.c4767 uint32 rows_this_strip = 0; in readSeparateStripsIntoBuffer() local
4841 rows_this_strip = bytes_read / src_rowsize; in readSeparateStripsIntoBuffer()
4852 strip, bytes_read, rows_this_strip, shift_width); in readSeparateStripsIntoBuffer()
4856 if (rps > rows_this_strip) in readSeparateStripsIntoBuffer()
4857 rps = rows_this_strip; in readSeparateStripsIntoBuffer()