HomeSort by relevance Sort by last modified time
    Searched refs:tif_size (Results 1 - 12 of 12) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_close.c 75 TIFFUnmapFileContents(tif, tif->tif_base, (toff_t)tif->tif_size);
tif_read.c 404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
406 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
407 n=tif->tif_size-ma;
539 * td->td_stripoffset[strip]+bytecount > tif->tif_size
544 if (bytecount > (uint64)tif->tif_size ||
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
557 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
565 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
720 if (((uint64)ma!=td->td_stripoffset[tile])||(ma>tif->tif_size))
722 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
    [all...]
tif_open.c 448 tif->tif_size=(tmsize_t)n;
449 assert((toff_t)tif->tif_size==n);
tif_dir.c     [all...]
tiffiop.h 182 tmsize_t tif_size; /* size of mapped file region (bytes, thus tmsize_t) */ member in struct:tiff
tif_dirread.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_close.c 75 TIFFUnmapFileContents(tif, tif->tif_base, (toff_t)tif->tif_size);
tif_read.c 404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
406 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
407 n=tif->tif_size-ma;
539 * td->td_stripoffset[strip]+bytecount > tif->tif_size
544 if (bytecount > (uint64)tif->tif_size ||
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
557 (unsigned __int64) tif->tif_size - td->td_stripoffset[strip],
565 (unsigned long long) tif->tif_size - td->td_stripoffset[strip],
720 if (((uint64)ma!=td->td_stripoffset[tile])||(ma>tif->tif_size))
722 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
    [all...]
tif_open.c 448 tif->tif_size=(tmsize_t)n;
449 assert((toff_t)tif->tif_size==n);
tif_dir.c     [all...]
tiffiop.h 187 tmsize_t tif_size; /* size of mapped file region (bytes, thus tmsize_t) */ member in struct:tiff
tif_dirread.c     [all...]

Completed in 546 milliseconds