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

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

Completed in 62 milliseconds