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

/external/pdfium/third_party/libtiff/
H A Dtif_dir.c471 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
739 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag);
1043 isPseudoTag(tag) ? "pseudo-" : "",
1181 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 70 milliseconds