Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp143 ScreenCoordinate pixelForLatLng(const LatLng&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp661 ScreenCoordinate Map::pixelForLatLng(const LatLng& latLng) const { in pixelForLatLng() function in mbgl::Map
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1205 d_ptr->mapObj->pixelForLatLng(mbgl::LatLng { coordinate_.first, coordinate_.second }); in pixelForCoordinate()