Lines Matching refs:owidth
5583 uint32 owidth, olength; /* Output image width and length in pixels*/ in computeOutputPixelOffsets() local
5695 owidth = TIFFhowmany(iwidth, page->cols); in computeOutputPixelOffsets()
5702 owidth = (uint32)((pwidth * page->hres) - (hmargin * 2)); 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()
5729 orows = TIFFhowmany(ilength, 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()
5771 line_bytes = TIFFhowmany8(owidth * image->bps) * image->spp; in computeOutputPixelOffsets()
5789 x1 = (uint32)(owidth * j); in computeOutputPixelOffsets()
5790 x2 = (uint32)(owidth * (j + 1) - 1); in computeOutputPixelOffsets()