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

  /external/opencv3/3rdparty/libtiff/
tiffio.h 101 DECLARE_HANDLE(thandle_t); /* Win32 file handle */ variable
103 typedef HFILE thandle_t; /* client data handle */ typedef
106 typedef void* thandle_t; /* client data handle */ typedef
274 typedef void (*TIFFErrorHandlerExt)(thandle_t, const char*, const char*, va_list);
275 typedef tmsize_t (*TIFFReadWriteProc)(thandle_t, void*, tmsize_t);
276 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
277 typedef int (*TIFFCloseProc)(thandle_t);
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)
    [all...]
  /external/pdfium/third_party/libtiff/
tiffio.h 101 DECLARE_HANDLE(thandle_t); /* Win32 file handle */ variable
103 typedef HFILE thandle_t; /* client data handle */ typedef
106 typedef void* thandle_t; /* client data handle */ typedef
274 typedef void (*TIFFErrorHandlerExt)(thandle_t, const char*, const char*, va_list);
275 typedef tmsize_t (*TIFFReadWriteProc)(thandle_t, void*, tmsize_t);
276 typedef toff_t (*TIFFSeekProc)(thandle_t, toff_t, int);
277 typedef int (*TIFFCloseProc)(thandle_t);
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)
    [all...]

Completed in 80 milliseconds