Searched refs:isPseudoTag (Results 1 – 2 of 2) sorted by relevance
497 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVSetField()765 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag); in OkToChangeTag()1100 isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVGetField()1238 return (fip && (isPseudoTag(tag) || TIFFFieldSet(tif, fip->field_bit)) ? in TIFFVGetField()
212 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro
Completed in 6 milliseconds