Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry.cpp127 const QGeoCoordinate &fromCoord, in geoDistanceToScreenWidth() argument
131 Q_ASSERT(!qFuzzyCompare(fromCoord.longitude(), toCoord.longitude())); in geoDistanceToScreenWidth()
134 double halfGeoDist = toCoord.longitude() - fromCoord.longitude(); in geoDistanceToScreenWidth()
135 if (toCoord.longitude() < fromCoord.longitude()) in geoDistanceToScreenWidth()
H A Dqgeomapitemgeometry_p.h129 const QGeoCoordinate &fromCoord,