Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h279 typedef void (*TIFFExtendProc)(TIFF*); typedef
461 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
Dtif_dir.c1308 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;
1310 TIFFExtendProc
1311 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()
1313 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
/external/ImageMagick/coders/
Dtiff.c2225 static TIFFExtendProc
2226 tag_extender = (TIFFExtendProc) NULL;
2313 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()
2341 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()
2468 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()