Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtiffio.h281 typedef void (*TIFFExtendProc)(TIFF*); typedef
458 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
H A Dtif_dir.c1254 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;
1256 TIFFExtendProc
1257 TIFFSetTagExtender(TIFFExtendProc extender) in TIFFSetTagExtender()
1259 TIFFExtendProc prev = _TIFFextender; in TIFFSetTagExtender()
/libtiff-4.0.7/contrib/tags/
H A DREADME43 TIFFExtendProc old_extender;
56 The TIFFExtendProc method that you define should be used to override
H A Dxtif_dir.c245 static TIFFExtendProc _ParentExtender;