Home | History | Annotate | Download | only in exif

Lines Matching refs:defs

1682         int[] defs = new int[ifds.length];
1688 defs[counter++] = def;
1695 return Arrays.copyOfRange(defs, 0, counter);
1706 int[] defs = getTagDefinitionsForTagId(tagId);
1707 if (defs == null) {
1712 for (int i : defs) {