Home
last modified time | relevance | path

Searched refs:TIFFInitLZW (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c37 #define TIFFInitLZW NotConfigured macro
85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
Dtiffiop.h396 extern int TIFFInitLZW(TIFF*, int);
Dtif_lzw.c1142 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW() function