Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5610 iwidth = crop->combined_width; in computeOutputPixelOffsets()
5612 iwidth = image->width; in computeOutputPixelOffsets()
5634 pwidth = iwidth; in computeOutputPixelOffsets()
5695 owidth = TIFFhowmany(iwidth, page->cols); in computeOutputPixelOffsets()
5712 if (owidth > iwidth) in computeOutputPixelOffsets()
5713 owidth = iwidth; in computeOutputPixelOffsets()
5722 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5738 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5740 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5791 if (x2 >= iwidth) in computeOutputPixelOffsets()
[all …]