Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5714 if (olength > ilength) in computeOutputPixelOffsets()
5715 olength = ilength; in computeOutputPixelOffsets()
5728 ocols = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5730 x1 = olength; in computeOutputPixelOffsets()
5731 olength = owidth; in computeOutputPixelOffsets()
5739 x2 = TIFFhowmany(ilength, olength); in computeOutputPixelOffsets()
5740 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5753 x1 = olength; in computeOutputPixelOffsets()
5754 olength = owidth; in computeOutputPixelOffsets()
5783 y1 = (uint32)(olength * i); in computeOutputPixelOffsets()
[all …]