Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h251 typedef int (*TIFFInitMethod)(TIFF*, int); typedef
255 TIFFInitMethod init;
286 extern TIFFCodec* TIFFRegisterCODEC(uint16, const char*, TIFFInitMethod);
Dtif_compress.c202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()