Home | History | Annotate | Download | only in exif

Lines Matching full:nomi

854         long nomi = readUnsignedLong();
856 return new Rational(nomi, denomi);
870 int nomi = readLong();
872 return new Rational(nomi, denomi);