Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry.cpp128 const QGeoCoordinate &toCoord) 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.h130 const QGeoCoordinate &toCoord);