Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_stripsperimage

198         strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
669 (uint8*) buf, size, (uint16)(tile/td->td_stripsperimage))) {
966 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
980 (uint16)(strip / td->td_stripsperimage)));
1019 (uint16)(tile/td->td_stripsperimage)));