Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_stripoffset

229         read_offset = td->td_stripoffset[strip]
583 if (!SeekOK(tif, td->td_stripoffset[strip])) {
609 if ((td->td_stripoffset[strip] > (uint64)TIFF_TMSIZE_T_MAX)||
610 ((ma=(tmsize_t)td->td_stripoffset[strip])>tif->tif_size))
659 if (!SeekOK(tif, td->td_stripoffset[strip_or_tile])) {
825 * td->td_stripoffset[strip]+bytecount > tif->tif_size
831 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
843 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
851 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
858 tif->tif_rawdata = tif->tif_base + (tmsize_t)td->td_stripoffset[strip];
1083 if (!SeekOK(tif, td->td_stripoffset[tile])) {
1113 ma=(tmsize_t)td->td_stripoffset[tile];
1115 if ((td->td_stripoffset[tile] > (uint64)TIFF_TMSIZE_T_MAX)||(ma>tif->tif_size))
1237 * td->td_stripoffset[tile]+bytecount > tif->tif_size
1243 td->td_stripoffset[tile] > (uint64)tif->tif_size - bytecount) {
1249 tif->tif_base + (tmsize_t)td->td_stripoffset[tile];