Searched refs:orows (Results 1 – 1 of 1) sorted by relevance
5584 uint32 orows, ocols; /* rows and cols for output */ in computeOutputPixelOffsets() local5723 orows = TIFFhowmany(ilength, olength); in computeOutputPixelOffsets()5729 orows = TIFFhowmany(ilength, owidth); in computeOutputPixelOffsets()5746 orows = x2; in computeOutputPixelOffsets()5752 orows = y2; in computeOutputPixelOffsets()5762 if (orows < 1) in computeOutputPixelOffsets()5763 orows = 1; in computeOutputPixelOffsets()5767 page->rows = orows; in computeOutputPixelOffsets()5781 for (k = 0, i = 0 && k <= MAX_SECTIONS; i < orows; i++) in computeOutputPixelOffsets()5799 sections[k].total = orows * ocols; in computeOutputPixelOffsets()