Home
last modified time | relevance | path

Searched refs:TIFFClientOpen (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tif.c35 …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 Dconfigure.in235 AC_CHECK_LIB([tiff], [TIFFClientOpen], [have_tif_lib=yes], [], [-lz])
A Dconfig.log941 configure:13133: checking for TIFFClientOpen in -ltiff
976 | char TIFFClientOpen ();
980 | return TIFFClientOpen ();
A Dconfigure13149 char TIFFClientOpen ();
13153 return TIFFClientOpen ();
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp34 m_tif = TIFFClientOpen(m_name, in makeFileStream()
55 m_tif = TIFFClientOpen(m_name, in makeFileStream()
76 m_tif = TIFFClientOpen(m_name, in makeFileStream()
A DREADME12 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 Dlibtiff.def7 TIFFClientOpen
A Dtif_stream.cxx369 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen()
383 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen()
A Dtif_unix.c211 tif = TIFFClientOpen(name, mode, in TIFFFdOpen()
A Dtif_win32.c242 tif = TIFFClientOpen(name, mode, (thandle_t)ifd, /* FIXME: WIN64 cast to pointer warning */ in TIFFFdOpen()
A Dtif_open.c73 TIFFClientOpen( function
A Dtiffio.h445 extern TIFF* TIFFClientOpen(const char*, const char*,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/
A DREADME29 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 Dtiffdec.c172 tif = TIFFClientOpen("Memory", "r", &my_data, in ReadTIFF()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2tiff.c249 faxTIFF = TIFFClientOpen("(FakeInput)", "w", in main()
A Dtiff2pdf.c790 output = TIFFClientOpen(outfilename, "w", (thandle_t) t2p, in main()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h445 extern TIFF* TIFFClientOpen(const char*, const char*,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.com450 TIFFClientOpen=PROCEDURE,-
601 UNIVERSAL=TIFFClientOpen
A DChangeLog3454 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 Doutput.013133 { $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 Doutput.113133 { $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 Doutput.214127 { $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