Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h281 typedef void (*TIFFExtendProc)(TIFF*); typedef
459 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
Dtif_dir.c1238 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;
1240 TIFFExtendProc
1241 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()
1243 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
/external/ImageMagick/coders/
Dtiff.c2151 static TIFFExtendProc
2152 tag_extender = (TIFFExtendProc) NULL;
2235 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()
2261 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()
2382 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()