Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_stripsperimage

3644     tif->tif_dir.td_stripsperimage = tif->tif_dir.td_nstrips;
3646 tif->tif_dir.td_stripsperimage /= tif->tif_dir.td_samplesperpixel;
4342 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage;
5535 td->td_stripsperimage = td->td_nstrips = nstrips32;