Home
last modified time | relevance | path

Searched defs:minZoom (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlayer_impl.hpp49 float minZoom = -std::numeric_limits<float>::infinity(); member in mbgl::style::Layer::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcustom_layer.cpp41 void CustomLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dbackground_layer.cpp52 void BackgroundLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dhillshade_layer.cpp58 void HillshadeLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dheatmap_layer.cpp84 void HeatmapLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dfill_layer.cpp80 void FillLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Draster_layer.cpp58 void RasterLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dfill_extrusion_layer.cpp80 void FillExtrusionLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dcircle_layer.cpp80 void CircleLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dline_layer.cpp81 void LineLayer::setMinZoom(float minZoom) { in setMinZoom()
H A Dsymbol_layer.cpp81 void SymbolLayer::setMinZoom(float minZoom) { in setMinZoom()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp17 … static TileRange fromLatLngBounds(const LatLngBounds& bounds, uint8_t minZoom, uint8_t maxZoom) { in fromLatLngBounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Doffline.hpp37 const double minZoom; member in mbgl::OfflineTilePyramidRegionDefinition
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dcamera.hpp68 optional<double> minZoom; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp82 double minZoom = doc["min_zoom"].GetDouble(); in decodeOfflineRegionDefinition() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp218 double minZoom = util::min(*animation.minZoom, startZoom, zoom); in flyTo() local
417 void Transform::setMinZoom(const double minZoom) { in setMinZoom()
H A Dtransform_state.cpp180 void TransformState::setMinZoom(const double minZoom) { in setMinZoom()
H A Dmap.cpp490 void Map::setMinZoom(const double minZoom) { in setMinZoom()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp80 std::uint8_t minZoom = 0; // min zoom to generate clusters on member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp486 const QJsonValue minZoom = json.value(QLatin1String("MinimumZoomLevel")); in onNetworkReplyFinished() local