Home | History | Annotate | Download | only in libtiff

Lines Matching defs:image_length

255     uint32 image_length;
1037 sp->image_length=tif->tif_dir.td_imagelength;
1042 sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_length;
1048 sp->strile_length_total=sp->image_length;
1072 if (sp->strile_length<sp->image_length)
1590 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total))