Searched refs:ocols (Results 1 – 1 of 1) sorted by relevance
5584 uint32 orows, ocols; /* rows and cols for output */ in computeOutputPixelOffsets() local5722 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()5728 ocols = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()5745 ocols = x1; in computeOutputPixelOffsets()5751 ocols = y1; in computeOutputPixelOffsets()5760 if (ocols < 1) in computeOutputPixelOffsets()5761 ocols = 1; in computeOutputPixelOffsets()5769 page->cols = ocols; in computeOutputPixelOffsets()5787 for (j = 0; j < ocols; j++, k++) in computeOutputPixelOffsets()5799 sections[k].total = orows * ocols; in computeOutputPixelOffsets()