Home | History | Annotate | Download | only in exif

Lines Matching full:nomi

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