Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp78 return project_(latLng, worldSize(scale)); in project()
83 return project_(latLng, 1 << zoom); in project()
96 static Point<double> project_(const LatLng& latLng, double worldSize) { in project_() function in mbgl::Projection