Home
last modified time | relevance | path

Searched refs:TIFFVGetField (Results 1 – 6 of 6) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dlibtiff.def134 TIFFVGetField
H A Dtif_aux.c178 if (TIFFVGetField(tif, tag, ap)) in TIFFVGetFieldDefaulted()
H A Dtiffio.h348 extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
H A Dtif_dir.c1182 status = TIFFVGetField(tif, tag, ap); in TIFFGetField()
1194 TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVGetField() function
/libtiff-4.0.7/
H A Dconfigure.com401 TIFFVGetField=PROCEDURE,-
552 UNIVERSAL=TIFFVGetField
H A DChangeLog5420 * libtiff/tif_ojpeg.c: TIFFVGetField() function now can properly
5910 tags in TIFFVGetField() ... added missing break.