Home | History | Annotate | Download | only in exif

Lines Matching refs:tagDef

1639             int tagDef = defineTag(defaultIfd, tagId);
1640 if (tagDef == TAG_NULL) {
1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount);
1671 return tagDef;