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

  /external/pdfium/third_party/libtiff/
tif_close.c 75 TIFFUnmapFileContents(tif, tif->tif_base, (toff_t)tif->tif_size);
tif_read.c 610 ((ma=(tmsize_t)td->td_stripoffset[strip])>tif->tif_size))
621 if (mb>tif->tif_size)
622 n=tif->tif_size-ma;
825 * td->td_stripoffset[strip]+bytecount > tif->tif_size
830 if (bytecount > (uint64)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],
    [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 52 milliseconds