Lines Matching refs:iwidth
5601 uint32 iwidth, ilength; /* Input image width and length in pixels*/ in computeOutputPixelOffsets() local
5629 iwidth = crop->combined_width; in computeOutputPixelOffsets()
5631 iwidth = image->width; in computeOutputPixelOffsets()
5653 pwidth = iwidth; in computeOutputPixelOffsets()
5714 owidth = TIFFhowmany(iwidth, page->cols); in computeOutputPixelOffsets()
5726 owidth = (uint32)(iwidth - (hmargin * 2 * page->hres)); in computeOutputPixelOffsets()
5731 if (owidth > iwidth) in computeOutputPixelOffsets()
5732 owidth = iwidth; in computeOutputPixelOffsets()
5741 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5747 ocols = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5757 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5759 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5810 if (x2 >= iwidth) in computeOutputPixelOffsets()
5811 x2 = iwidth - 1; in computeOutputPixelOffsets()