Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5712 if (owidth > iwidth) in computeOutputPixelOffsets()
5713 owidth = iwidth; in computeOutputPixelOffsets()
5722 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5731 olength = owidth; in computeOutputPixelOffsets()
5732 owidth = x1; in computeOutputPixelOffsets()
5738 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5741 y2 = TIFFhowmany(ilength, owidth); in computeOutputPixelOffsets()
5754 olength = owidth; in computeOutputPixelOffsets()
5755 owidth = x1; in computeOutputPixelOffsets()
5789 x1 = (uint32)(owidth * j); in computeOutputPixelOffsets()
[all …]