Searched refs:fromCoord (Results 1 – 2 of 2) sorted by relevance
127 const QGeoCoordinate &fromCoord, in geoDistanceToScreenWidth() argument131 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()
129 const QGeoCoordinate &fromCoord,