Home
last modified time | relevance | path

Searched refs:TIFFIsCODECConfigured (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_codec.c143 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured() function
H A Dlibtiff.def59 TIFFIsCODECConfigured
H A Dtif_compress.c273 if (TIFFIsCODECConfigured(c->scheme)) { in TIFFGetConfiguredCODECs()
H A Dtiffio.h288 extern int TIFFIsCODECConfigured(uint16);
/libtiff-4.0.7/
H A Dconfigure.com527 TIFFIsCODECConfigured=PROCEDURE,-
678 UNIVERSAL=TIFFIsCODECConfigured
H A DChangeLog5425 Added new function TIFFIsCODECConfigured(), suggested by Ross
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c1305 if( TIFFIsCODECConfigured(t2p->tiff_compression) == 0){ in t2p_read_tiff_data()