Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dir.c497 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()
A Dtiffiop.h212 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */ macro

Completed in 6 milliseconds