Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp62 void unwrapForShortestPath(const LatLng& end) { in unwrapForShortestPath() function in mbgl::LatLng
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp85 unwrappedLatLng.unwrapForShortestPath(center); in snapshot()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp111 else startLatLng.unwrapForShortestPath(latLng); in easeTo()
177 startLatLng.unwrapForShortestPath(latLng); in flyTo()
H A Dmap.cpp666 unwrappedLatLng.unwrapForShortestPath(getLatLng()); in pixelForLatLng()