Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_imagelength

3993 		       tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) )
4395 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage;
4401 td->td_rowsperstrip = td->td_imagelength;
5578 nstrips = TIFFhowmany_32(td->td_imagelength, rowsperstrip);