Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.hpp64 Placement(const TransformState&, MapMode mapMode);
96 MapMode mapMode; member in mbgl::Placement
H A Dplacement.cpp40 , mapMode(mapMode_) in Placement()
196 float increment = mapMode == MapMode::Continuous ? in commit()
349 if (mapMode == MapMode::Continuous) { in symbolFadeChange()
357 if (mapMode == MapMode::Continuous) { in hasTransitions()
365 …return mapMode == MapMode::Continuous && commitTime + Duration(std::chrono::milliseconds(300)) > n… in stillRecent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.hpp49 MapMode mapMode; member in mbgl::PaintParameters
H A Dpaint_parameters.cpp24 mapMode(updateParameters.mode), in PaintParameters()
H A Drenderer_impl.cpp377 if (parameters.mapMode != MapMode::Continuous) { in render()
392 auto newPlacement = std::make_unique<Placement>(parameters.state, parameters.mapMode); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp38 MapMode mapMode = MapMode::Continuous,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp94 const auto stencilMode = parameters.mapMode != MapMode::Continuous in render()
H A Drender_circle_layer.cpp101 parameters.mapMode != MapMode::Continuous in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp48 MapMode mapMode() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp97 MapMode mapMode, in Map() argument
106 mapMode, in Map()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp291 QMapboxGLSettings::MapMode QMapboxGLSettings::mapMode() const in mapMode() function in QMapboxGLSettings
1819 static_cast<mbgl::MapMode>(settings.mapMode()), in QMapboxGLPrivate()