Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_imagelength

305 	if (row >= td->td_imagelength) {	/* out of range */
309 (unsigned long) td->td_imagelength);
469 if (rowsperstrip>td->td_imagelength)
470 rowsperstrip=td->td_imagelength;
471 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip);
474 rows=td->td_imagelength-stripinplane*rowsperstrip;
1430 howmany32=TIFFhowmany_32(td->td_imagelength, td->td_tilelength);