Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5614 ilength = crop->combined_length; in computeOutputPixelOffsets()
5616 ilength = image->length; in computeOutputPixelOffsets()
5639 plength = ilength; in computeOutputPixelOffsets()
5696 olength = TIFFhowmany(ilength, page->rows); in computeOutputPixelOffsets()
5714 if (olength > ilength) in computeOutputPixelOffsets()
5715 olength = ilength; in computeOutputPixelOffsets()
5729 orows = TIFFhowmany(ilength, owidth); in computeOutputPixelOffsets()
5739 x2 = TIFFhowmany(ilength, olength); in computeOutputPixelOffsets()
5741 y2 = TIFFhowmany(ilength, owidth); in computeOutputPixelOffsets()
5785 if (y2 >= ilength) in computeOutputPixelOffsets()
[all …]