Searched refs:TIFFClientOpen (Results 1 – 22 of 22) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 35 …TIFF* (*TIFFClientOpen)(const char*, const char*, thandle_t, TIFFReadWriteProc, TIFFReadWriteProc,… member 60 …FUNCTION_LOADER(TIFFClientOpen, TIFF * (*)(const char*, const char*, thandle_t, TIFFReadWriteProc,… in IMG_InitTIF() 179 tiff = lib.TIFFClientOpen("SDL_image", "rm", (thandle_t)src, in IMG_LoadTIF_RW()
|
A D | configure.in | 235 AC_CHECK_LIB([tiff], [TIFFClientOpen], [have_tif_lib=yes], [], [-lz])
|
A D | config.log | 941 configure:13133: checking for TIFFClientOpen in -ltiff 976 | char TIFFClientOpen (); 980 | return TIFFClientOpen ();
|
A D | configure | 13149 char TIFFClientOpen (); 13153 return TIFFClientOpen ();
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | tiffstream.cpp | 34 m_tif = TIFFClientOpen(m_name, in makeFileStream() 55 m_tif = TIFFClientOpen(m_name, in makeFileStream() 76 m_tif = TIFFClientOpen(m_name, in makeFileStream()
|
A D | README | 12 which takes the C++ stream as an argument, calls TIFFClientOpen and returns
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | libtiff.def | 7 TIFFClientOpen
|
A D | tif_stream.cxx | 369 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen() 383 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen()
|
A D | tif_unix.c | 211 tif = TIFFClientOpen(name, mode, in TIFFFdOpen()
|
A D | tif_win32.c | 242 tif = TIFFClientOpen(name, mode, (thandle_t)ifd, /* FIXME: WIN64 cast to pointer warning */ in TIFFFdOpen()
|
A D | tif_open.c | 73 TIFFClientOpen( function
|
A D | tiffio.h | 445 extern TIFF* TIFFClientOpen(const char*, const char*,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/ |
A D | README | 29 pass up to TIFFClientOpen to simulate a file in memory. I have attached
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | tiffdec.c | 172 tif = TIFFClientOpen("Memory", "r", &my_data, in ReadTIFF()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | fax2tiff.c | 249 faxTIFF = TIFFClientOpen("(FakeInput)", "w", in main()
|
A D | tiff2pdf.c | 790 output = TIFFClientOpen(outfilename, "w", (thandle_t) t2p, in main()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 445 extern TIFF* TIFFClientOpen(const char*, const char*,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 450 TIFFClientOpen=PROCEDURE,- 601 UNIVERSAL=TIFFClientOpen
|
A D | ChangeLog | 3454 TIFFClientOpen() callback and other external function definitions. 3963 PDF file using TIFFClientOpen() machinery as it is implemented 5506 * libtiff/tif_open.c: Removed close() in TIFFClientOpen() if file 6049 * libtiff/tif_open.c: close clientdata if TIFFClientOpen() fails 6067 TIFFClientOpen() when the appropriate client functions was not 6992 in TIFFClientOpen() are checked to be not NULL-pointers. 7331 * man/Makefile.in: add TIFFClientOpen link as per debian submitted 7564 recovery if TIFFClientOpen() discovers an attempt to open a compressed 7693 * Modified TIFFClientOpen() to emit an error on an attempt to
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 13133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in -ltiff" >&5 13134 $as_echo_n "checking for TIFFClientOpen in -ltiff... " >&6; } 13149 char TIFFClientOpen (); 13153 return TIFFClientOpen ();
|
A D | output.1 | 13133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in -ltiff" >&5 13134 $as_echo_n "checking for TIFFClientOpen in -ltiff... " >&6; } 13149 char TIFFClientOpen (); 13153 return TIFFClientOpen ();
|
A D | output.2 | 14127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFClientOpen in -ltiff" >&5 14128 $as_echo_n "checking for TIFFClientOpen in -ltiff... " >&6; } 14143 char TIFFClientOpen (); 14147 return TIFFClientOpen ();
|
Completed in 80 milliseconds