Searched defs:longTag (Results 1 – 4 of 4) sorted by relevance
274 int[] longTag = toExifLatLong(longitude); in setLocation() local661 private synchronized native void nativeSetGpsTags(int[] latTag, String latRef, int[] longTag, in nativeSetGpsTags()
882 private String shortenTag(String longTag) { in shortenTag()
2107 jstring latRef, jintArray longTag, jstring longRef, jstring dateTag, jintArray timeTag) { in DngCreator_nativeSetGpsTags()
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude)); in addGpsTags() local