Lines Matching refs:iwidth
5582 uint32 iwidth, ilength; /* Input image width and length in pixels*/ in computeOutputPixelOffsets() local
5610 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()
5707 owidth = (uint32)(iwidth - (hmargin * 2 * page->hres)); in computeOutputPixelOffsets()
5712 if (owidth > iwidth) in computeOutputPixelOffsets()
5713 owidth = iwidth; in computeOutputPixelOffsets()
5722 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5728 ocols = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5738 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5740 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5791 if (x2 >= iwidth) in computeOutputPixelOffsets()
5792 x2 = iwidth - 1; in computeOutputPixelOffsets()