Searched refs:TIFFVGetField (Results 1 – 3 of 3) sorted by relevance
178 if (TIFFVGetField(tif, tag, ap)) in TIFFVGetFieldDefaulted()
350 extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
1218 status = TIFFVGetField(tif, tag, ap); in TIFFGetField()1230 TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVGetField() function