Searched refs:hasDefinedCount (Results 1 – 3 of 3) sorted by relevance
1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
878 protected boolean hasDefinedCount() { in hasDefinedCount() method in ExifTag
568 boolean defCount = tag.hasDefinedCount(); in readTag()