Home
last modified time | relevance | path

Searched refs:TIFFInitMethod (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffio.h249 typedef int (*TIFFInitMethod)(TIFF*, int); typedef
253 TIFFInitMethod init;
284 extern TIFFCodec* TIFFRegisterCODEC(uint16, const char*, TIFFInitMethod);
Dtif_compress.c200 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()