Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5584 uint32 orows, ocols; /* rows and cols for output */ in computeOutputPixelOffsets() local
5723 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()