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

  /external/pdfium/third_party/libtiff/
tif_error.c 63 TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...)
tif_warning.c 63 TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...)
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...]
tif_close.c 126 thandle_t fd = tif->tif_clientdata;
tif_open.c 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize)
43 _tiffDummyUnmapProc(thandle_t fd, void* base, toff_t size)
75 thandle_t clientdata,
536 thandle_t
545 thandle_t
546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue)
548 thandle_t m = tif->tif_clientdata;
tiffiop.h 191 thandle_t tif_clientdata; /* callback parameter */
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 97 tsize_t tiff_read(thandle_t context, tdata_t buf, tsize_t length) {
116 tsize_t tiff_write(thandle_t context, tdata_t buf, tsize_t length) {
121 toff_t tiff_seek(thandle_t context, toff_t offset, int whence) {
155 int tiff_close(thandle_t context) {
159 toff_t tiff_get_size(thandle_t context) {
165 int tiff_map(thandle_t context, tdata_t*, toff_t*) {
169 void tiff_unmap(thandle_t context, tdata_t, toff_t) {}
172 TIFF* tif = TIFFClientOpen("Tiff Image", mode, (thandle_t)context, tiff_read,
  /external/ImageMagick/coders/
tiff.c 549 static int TIFFCloseBlob(thandle_t image)
575 static toff_t TIFFGetBlobSize(thandle_t image)
852 static int TIFFMapBlob(thandle_t image,tdata_t *base,toff_t *size)
862 static tsize_t TIFFReadBlob(thandle_t image,tdata_t data,tsize_t size)
883 static toff_t TIFFSeekBlob(thandle_t image,toff_t offset,int whence)
888 static void TIFFUnmapBlob(thandle_t image,tdata_t base,toff_t size)
915 static tsize_t TIFFWriteBlob(thandle_t image,tdata_t data,tsize_t size)
    [all...]

Completed in 97 milliseconds