Home | History | Annotate | Download | only in exif

Lines Matching refs:toExifLatLong

1987         ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
2030 private static Rational[] toExifLatLong(double value) {