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
462 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
Dtif_dir.c1290 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;
1292 TIFFExtendProc
1293 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()
1295 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
/external/ImageMagick/coders/
Dtiff.c2313 static TIFFExtendProc
2314 tag_extender = (TIFFExtendProc) NULL;
2399 if (tag_extender != (TIFFExtendProc) NULL) in TIFFTagExtender()
2427 if (tag_extender == (TIFFExtendProc) NULL) in RegisterTIFFImage()
2555 if (tag_extender == (TIFFExtendProc) NULL) in UnregisterTIFFImage()