Searched refs:TIFFExtendProc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffio.h276 typedef void (*TIFFExtendProc)(TIFF*); typedef
372 extern TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc);
H A Dtif_dir.c1088 static TIFFExtendProc _TIFFextender = (TIFFExtendProc) NULL;
1090 TIFFExtendProc
1091 TIFFSetTagExtender(TIFFExtendProc extender)
1093 TIFFExtendProc prev = _TIFFextender;

Completed in 44 milliseconds