Home
last modified time | relevance | path

Searched refs:thandle_t (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.h32 static tsize_t read(thandle_t fd, tdata_t buf, tsize_t size);
33 static tsize_t write(thandle_t fd, tdata_t buf, tsize_t size);
34 static toff_t seek(thandle_t fd, toff_t offset, int origin);
35 static toff_t size(thandle_t fd);
36 static int close(thandle_t fd);
37 static int map(thandle_t fd, tdata_t* phase, toff_t* psize);
38 static void unmap(thandle_t fd, tdata_t base, tsize_t size);
47 unsigned int getSize(thandle_t fd);
48 unsigned int tell(thandle_t fd);
50 bool isOpen(thandle_t fd);
[all …]
A Dtiffstream.cpp18 m_this = reinterpret_cast<thandle_t>(this); in TiffStream()
90 TiffStream::read(thandle_t fd, tdata_t buf, tsize_t size) in read()
107 TiffStream::write(thandle_t fd, tdata_t buf, tsize_t size) in write()
123 TiffStream::seek(thandle_t fd, toff_t offset, int origin) in seek()
131 TiffStream::close(thandle_t fd) in close()
148 TiffStream::size(thandle_t fd) in size()
155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map()
161 TiffStream::unmap(thandle_t fd, tdata_t base, tsize_t size) in unmap()
166 TiffStream::getSize(thandle_t fd) in getSize()
179 TiffStream::tell(thandle_t fd) in tell()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_stream.cxx89 static uint64 _tiffosSizeProc(thandle_t fd);
90 static uint64 _tiffisSizeProc(thandle_t fd);
91 static int _tiffosCloseProc(thandle_t fd);
110 _tiffosReadProc(thandle_t, void*, tmsize_t) in _tiffosReadProc() argument
148 _tiffisWriteProc(thandle_t, void*, tmsize_t) in _tiffisWriteProc() argument
296 _tiffosSizeProc(thandle_t fd) in _tiffosSizeProc()
311 _tiffisSizeProc(thandle_t fd) in _tiffisSizeProc()
325 _tiffosCloseProc(thandle_t fd) in _tiffosCloseProc()
333 _tiffisCloseProc(thandle_t fd) in _tiffisCloseProc()
370 reinterpret_cast<thandle_t>(data), in _tiffStreamOpen()
[all …]
A Dtif_win32.c61 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
91 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
121 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
148 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
154 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
182 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
215 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
261 thandle_t fd; in TIFFOpen()
277 fd = (thandle_t)CreateFileA(name, in TIFFOpen()
300 thandle_t fd; in TIFFOpenW()
[all …]
A Dtif_unix.c65 thandle_t h;
69 _tiffReadProc(thandle_t fd, void* buf, tmsize_t size) in _tiffReadProc()
97 _tiffWriteProc(thandle_t fd, void* buf, tmsize_t size) in _tiffWriteProc()
126 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
140 _tiffCloseProc(thandle_t fd) in _tiffCloseProc()
148 _tiffSizeProc(thandle_t fd) in _tiffSizeProc()
163 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
181 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
188 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) in _tiffMapProc()
195 _tiffUnmapProc(thandle_t fd, void* base, toff_t size) in _tiffUnmapProc()
A Dtiffio.h101 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
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);
375 extern thandle_t TIFFClientdata(TIFF*);
376 extern thandle_t TIFFSetClientdata(TIFF*, thandle_t);
[all …]
A Dtif_open.c36 _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;
A Dtif_error.c67 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFErrorExt()
A Dtif_warning.c67 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) in TIFFWarningExt()
A Dtif_close.c126 thandle_t fd = tif->tif_clientdata; in TIFFClose()
A Dtiffiop.h192 thandle_t tif_clientdata; /* callback parameter */
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tif.c35 …TIFF* (*TIFFClientOpen)(const char*, const char*, thandle_t, TIFFReadWriteProc, TIFFReadWriteProc,…
60 …FUNCTION_LOADER(TIFFClientOpen, TIFF * (*)(const char*, const char*, thandle_t, TIFFReadWriteProc,… in IMG_InitTIF()
88 static tsize_t tiff_read(thandle_t fd, tdata_t buf, tsize_t size) in tiff_read()
93 static toff_t tiff_seek(thandle_t fd, toff_t offset, int origin) in tiff_seek()
98 static tsize_t tiff_write(thandle_t fd, tdata_t buf, tsize_t size) in tiff_write()
103 static int tiff_close(thandle_t fd) in tiff_close()
112 static int tiff_map(thandle_t fd, tdata_t* pbase, toff_t* psize) in tiff_map()
117 static void tiff_unmap(thandle_t fd, tdata_t base, toff_t size) in tiff_unmap()
122 static toff_t tiff_size(thandle_t fd) in tiff_size()
179 tiff = lib.TIFFClientOpen("SDL_image", "rm", (thandle_t)src, in IMG_LoadTIF_RW()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h101 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
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);
375 extern thandle_t TIFFClientdata(TIFF*);
376 extern thandle_t TIFFSetClientdata(TIFF*, thandle_t);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dtiffdec.c76 static int MyClose(thandle_t opaque) { in MyClose()
81 static toff_t MySize(thandle_t opaque) { in MySize()
86 static toff_t MySeek(thandle_t opaque, toff_t offset, int whence) { in MySeek()
96 static int MyMapFile(thandle_t opaque, void** base, toff_t* size) { in MyMapFile()
102 static void MyUnmapFile(thandle_t opaque, void* base, toff_t size) { in MyUnmapFile()
108 static tsize_t MyRead(thandle_t opaque, void* dst, tsize_t size) { in MyRead()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2tiff.c289 TIFFSetClientdata(faxTIFF, (thandle_t) &client_data); in main()
A Dtiff2pdf.c367 thandle_t client = TIFFClientdata(tif); in t2pReadFile()
378 thandle_t client = TIFFClientdata(tif); in t2pWriteFile()
388 thandle_t client = TIFFClientdata(tif); in t2pSeekFile()
396 t2p_readproc(thandle_t handle, tdata_t data, tmsize_t size) in t2p_readproc()
403 t2p_writeproc(thandle_t handle, tdata_t data, tmsize_t size) in t2p_writeproc()
415 t2p_seekproc(thandle_t handle, uint64 offset, int whence) in t2p_seekproc()
424 t2p_closeproc(thandle_t handle) in t2p_closeproc()
431 t2p_sizeproc(thandle_t handle) in t2p_sizeproc()
438 t2p_mapproc(thandle_t handle, void **data, toff_t *offset) in t2p_mapproc()
445 t2p_unmapproc(thandle_t handle, void *data, toff_t offset) in t2p_unmapproc()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1484 builds about cast to thandle_t.
5926 * libtiff/tiffio.h: Revert thandle_t back to void* type.
5957 * libtiff/tiffio.h: Define thandle_t as int, not void* (may cause

Completed in 32 milliseconds