/external/opencv3/3rdparty/libtiff/ |
D | tif_stream.cxx | 84 static tmsize_t _tiffosReadProc(thandle_t, void*, tmsize_t); 85 static tmsize_t _tiffisReadProc(thandle_t fd, void* buf, tmsize_t size); 86 static tmsize_t _tiffosWriteProc(thandle_t fd, void* buf, tmsize_t size); 87 static tmsize_t _tiffisWriteProc(thandle_t, void*, tmsize_t); 88 static uint64 _tiffosSeekProc(thandle_t fd, uint64 off, int whence); 89 static uint64 _tiffisSeekProc(thandle_t fd, uint64 off, int whence); 90 static uint64 _tiffosSizeProc(thandle_t fd); 91 static uint64 _tiffisSizeProc(thandle_t fd); 92 static int _tiffosCloseProc(thandle_t fd); 93 static int _tiffisCloseProc(thandle_t fd); [all …]
|
D | tif_win32.c | 36 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc() 66 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc() 96 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc() 123 _tiffCloseProc(thandle_t fd) in _tiffCloseProc() 129 _tiffSizeProc(thandle_t fd) in _tiffSizeProc() 137 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() 157 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() 182 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc() 190 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc() 217 tif = TIFFClientOpen(name, mode, (thandle_t)ifd, in TIFFFdOpen() [all …]
|
D | tif_unix.c | 59 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc() 71 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc() 83 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc() 95 _tiffCloseProc(thandle_t fd) in _tiffCloseProc() 101 _tiffSizeProc(thandle_t fd) in _tiffSizeProc() 114 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() 130 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc() 137 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc() 144 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc() 159 (thandle_t)(intptr_t) fd, in TIFFFdOpen()
|
D | tiffio.h | 101 DECLARE_HANDLE(thandle_t); /* Win32 file handle */ 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 …]
|
D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() 43 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc() 75 thandle_t clientdata, 536 thandle_t 545 thandle_t 546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue) 548 thandle_t m = tif->tif_clientdata;
|
D | tif_error.c | 63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFErrorExt()
|
D | tif_warning.c | 63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFWarningExt()
|
D | tif_close.c | 126 thandle_t fd = tif->tif_clientdata; in TIFFClose()
|
D | tiffiop.h | 186 thandle_t tif_clientdata; /* callback parameter */
|
D | ChangeLog | 3606 * libtiff/tiffio.h: Revert thandle_t back to void* type. 3637 * libtiff/tiffio.h: Define thandle_t as int, not void* (may cause
|
/external/pdfium/third_party/libtiff/ |
D | tiffio.h | 101 DECLARE_HANDLE(thandle_t); /* Win32 file handle */ 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 …]
|
D | tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffDummyMapProc() 43 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffDummyUnmapProc() 75 thandle_t clientdata, 536 thandle_t 545 thandle_t 546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue) 548 thandle_t m = tif->tif_clientdata;
|
D | tif_warning.c | 63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFWarningExt()
|
D | tif_error.c | 63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFErrorExt()
|
D | tif_close.c | 126 thandle_t fd = tif->tif_clientdata; in TIFFClose()
|
D | tiffiop.h | 191 thandle_t tif_clientdata; /* callback parameter */
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_tiff.cpp | 90 static tsize_t _tiff_read(thandle_t context, tdata_t buf, tsize_t length) { in _tiff_read() 104 static tsize_t _tiff_write(thandle_t context, tdata_t buf, tsize_t length) { in _tiff_write() 113 static toff_t _tiff_seek(thandle_t context, toff_t offset, int whence) { in _tiff_seek() 145 static int _tiff_close(thandle_t context) { in _tiff_close() 148 static toff_t _tiff_get_size(thandle_t context) { in _tiff_get_size() 153 static int _tiff_map(thandle_t context, tdata_t*, toff_t*) { in _tiff_map() 156 static void _tiff_unmap(thandle_t context, tdata_t, toff_t) {} in _tiff_unmap() 158 TIFF* tif = TIFFClientOpen("Tiff Image", mode, (thandle_t)context, _tiff_read, in _tiff_open() 188 int TIFFCmyk2Rgb(thandle_t context, in TIFFCmyk2Rgb()
|