Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c463 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVSetField()
731 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag); in OkToChangeTag()
1035 isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVGetField()
1173 return (fip && (isPseudoTag(tag) || TIFFFieldSet(tif, fip->field_bit)) ? in TIFFVGetField()
Dtiffiop.h211 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro
/external/opencv3/3rdparty/libtiff/
Dtif_dir.c455 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVSetField()
713 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag); in OkToChangeTag()
1015 isPseudoTag(tag) ? "pseudo-" : "", in _TIFFVGetField()
1153 return (fip && (isPseudoTag(tag) || TIFFFieldSet(tif, fip->field_bit)) ? in TIFFVGetField()
Dtiffiop.h206 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro