Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp196 static QGeoCoordinate unwrappedToGeo(QDoubleVector2D p, double leftBound) in unwrappedToGeo() function
210 const QGeoCoordinate firstC = unwrappedToGeo(points.at(first), leftBound); in simplifyDPStepZL()
211 const QGeoCoordinate lastC = unwrappedToGeo(points.at(last), leftBound); in simplifyDPStepZL()