| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | map.cpp | 45 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 D | qmapboxgl.hpp | 29 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 D | geometry_tile_worker.hpp | 34 const MapMode, 66 const MapMode mode;
|
| H A D | geometry_tile.hpp | 122 const MapMode mode;
|
| H A D | geometry_tile.cpp | 279 return mode == MapMode::Continuous && in holdForFade()
|
| H A D | geometry_tile_worker.cpp | 28 const MapMode mode_, in GeometryTileWorker()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | placement.hpp | 64 Placement(const TransformState&, MapMode mapMode); 96 MapMode mapMode;
|
| H A D | placement.cpp | 37 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 D | map.hpp | 38 MapMode mapMode = MapMode::Continuous,
|
| H A D | mode.hpp | 12 enum class MapMode : EnumType { enum
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer_impl.cpp | 63 , 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 D | bucket_parameters.hpp | 11 const MapMode mode;
|
| H A D | tile_parameters.hpp | 21 const MapMode mode;
|
| H A D | update_parameters.hpp | 21 const MapMode mode;
|
| H A D | paint_parameters.hpp | 49 MapMode mapMode;
|
| H A D | tile_pyramid.cpp | 113 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 D | circle_bucket.hpp | 37 const MapMode mode;
|
| H A D | heatmap_bucket.hpp | 37 const MapMode mode;
|
| H A D | heatmap_bucket.cpp | 53 if ((mode == MapMode::Continuous) && in addFeature()
|
| H A D | circle_bucket.cpp | 53 if ((mode == MapMode::Continuous) && in addFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.hpp | 74 const MapMode mode;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl.cpp | 73 …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 D | render_heatmap_layer.cpp | 94 const auto stencilMode = parameters.mapMode != MapMode::Continuous in render()
|
| H A D | render_circle_layer.cpp | 101 parameters.mapMode != MapMode::Continuous in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 58 …, map(frontend, MapObserver::nullObserver(), size, pixelRatio, *fileSource, *scheduler, MapMode::S… in Impl()
|