Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_rowsperstrip

198         strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
200 strip = row / td->td_rowsperstrip;
341 rowsperstrip=td->td_rowsperstrip;
966 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;