HomeSort by relevance Sort by last modified time
    Searched defs:toff_t (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tiffio.h 57 * NB: toff_t is not off_t for many reasons; TIFFs max out at
68 typedef uint64 toff_t; /* file offset */ typedef
276 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
278 typedef toff_t (*TIFFSizeProc)(thandle_t);
279 typedef int (*TIFFMapFileProc)(thandle_t, void** base, toff_t* size);
280 typedef void (*TIFFUnmapFileProc)(thandle_t, void* base, toff_t size);
345 extern int TIFFReadCustomDirectory(TIFF* tif, toff_t diroff, const TIFFFieldArray* infoarray);
346 extern int TIFFReadEXIFDirectory(TIFF* tif, toff_t diroff);
468 extern void TIFFSetWriteOffset(TIFF* tif, toff_t off)
    [all...]
  /external/pdfium/third_party/libtiff/
tiffio.h 57 * NB: toff_t is not off_t for many reasons; TIFFs max out at
68 typedef uint64 toff_t; /* file offset */ typedef
276 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
278 typedef toff_t (*TIFFSizeProc)(thandle_t);
279 typedef int (*TIFFMapFileProc)(thandle_t, void** base, toff_t* size);
280 typedef void (*TIFFUnmapFileProc)(thandle_t, void* base, toff_t size);
352 extern int TIFFReadCustomDirectory(TIFF* tif, toff_t diroff, const TIFFFieldArray* infoarray);
353 extern int TIFFReadEXIFDirectory(TIFF* tif, toff_t diroff);
475 extern void TIFFSetWriteOffset(TIFF* tif, toff_t off)
    [all...]

Completed in 1814 milliseconds