Home
last modified time | relevance | path

Searched refs:EXIF_GPS_LON (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/DB/
H A DImageInfo.cpp743 static const int EXIF_GPS_LON = 4; in coordinates() local
783 && fields[EXIF_GPS_LON]->value().toInt() != -1.0) { in coordinates()
788 double lon = fields[EXIF_GPS_LON]->value().toFloat(); in coordinates()