Home
last modified time | relevance | path

Searched refs:isPseudoTag (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.c511 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVSetField()
779 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag); in OkToChangeTag()
1114 isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVGetField()
1252 return (fip && (isPseudoTag(tag) || TIFFFieldSet(tif, fip->field_bit)) ? in TIFFVGetField()
Dtiffiop.h226 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro