Home
last modified time | relevance | path

Searched refs:MapMode (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp45 MapMode,
74 const MapMode mode;
97 MapMode mapMode, in Map()
118 MapMode mode_, in Impl()
152 if (impl->mode != MapMode::Static && impl->mode != MapMode::Tile) { in renderStill()
186 if (mode == MapMode::Continuous) { in onWillStartRenderingMap()
192 if (mode == MapMode::Continuous) { in onWillStartRenderingFrame()
200 if (mode == MapMode::Continuous) { in onDidFinishRenderingFrame()
213 if (mode == MapMode::Continuous && loading) { in onDidFinishRenderingMap()
762 if (mode != MapMode::Continuous && !stillImageRequest) { in onUpdate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp29 enum MapMode { enum in QMapboxGLSettings
48 MapMode mapMode() const;
49 void setMapMode(MapMode);
77 MapMode m_mapMode;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.hpp34 const MapMode,
66 const MapMode mode;
H A Dgeometry_tile.hpp122 const MapMode mode;
H A Dgeometry_tile.cpp279 return mode == MapMode::Continuous && in holdForFade()
H A Dgeometry_tile_worker.cpp28 const MapMode mode_, in GeometryTileWorker()
/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;
H A Dplacement.cpp37 Placement::Placement(const TransformState& state_, 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/include/mbgl/map/
H A Dmap.hpp38 MapMode mapMode = MapMode::Continuous,
H A Dmode.hpp12 enum class MapMode : EnumType { enum
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp63 , placement(std::make_unique<Placement>(TransformState{}, MapMode::Static)) {
87 if (updateParameters.mode != MapMode::Continuous) { in render()
100 …updateParameters.mode == MapMode::Continuous ? updateParameters.transitionOptions : TransitionOpti… in render()
106 …updateParameters.mode == MapMode::Continuous ? util::DEFAULT_TRANSITION_DURATION : Duration::zero() in render()
263 if (updateParameters.mode != MapMode::Continuous && !loaded) { in render()
377 if (parameters.mapMode != MapMode::Continuous) { in render()
644 updateParameters.mode == MapMode::Continuous && hasTransitions(parameters.timePoint) in render()
H A Dbucket_parameters.hpp11 const MapMode mode;
H A Dtile_parameters.hpp21 const MapMode mode;
H A Dupdate_parameters.hpp21 const MapMode mode;
H A Dpaint_parameters.hpp49 MapMode mapMode;
H A Dtile_pyramid.cpp113 if (parameters.mode == MapMode::Continuous) { in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.hpp37 const MapMode mode;
H A Dheatmap_bucket.hpp37 const MapMode mode;
H A Dheatmap_bucket.cpp53 if ((mode == MapMode::Continuous) && in addFeature()
H A Dcircle_bucket.cpp53 if ((mode == MapMode::Continuous) && in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp74 const MapMode mode;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp73 …lying_type(QMapboxGLSettings::Continuous) == mbgl::underlying_type(mbgl::MapMode::Continuous), "er…
74 …nderlying_type(QMapboxGLSettings::Static) == mbgl::underlying_type(mbgl::MapMode::Static), "error"…
291 QMapboxGLSettings::MapMode QMapboxGLSettings::mapMode() const in mapMode()
299 void QMapboxGLSettings::setMapMode(MapMode mode) in setMapMode()
1819 static_cast<mbgl::MapMode>(settings.mapMode()), in QMapboxGLPrivate()
/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/default/mbgl/map/
H A Dmap_snapshotter.cpp58 …, map(frontend, MapObserver::nullObserver(), size, pixelRatio, *fileSource, *scheduler, MapMode::S… in Impl()

12