Home
last modified time | relevance | path

Searched defs:setMinZoom (Results 1 – 13 of 13) sorted by relevance

/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() function in mbgl::style::CustomLayer
H A Dbackground_layer.cpp52 void BackgroundLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::BackgroundLayer
H A Dhillshade_layer.cpp58 void HillshadeLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::HillshadeLayer
H A Dheatmap_layer.cpp84 void HeatmapLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::HeatmapLayer
H A Dfill_layer.cpp80 void FillLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::FillLayer
H A Draster_layer.cpp58 void RasterLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::RasterLayer
H A Dfill_extrusion_layer.cpp80 void FillExtrusionLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::FillExtrusionLayer
H A Dcircle_layer.cpp80 void CircleLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::CircleLayer
H A Dline_layer.cpp81 void LineLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::LineLayer
H A Dsymbol_layer.cpp81 void SymbolLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::SymbolLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp180 void TransformState::setMinZoom(const double minZoom) { in setMinZoom() function in mbgl::TransformState
H A Dtransform.cpp417 void Transform::setMinZoom(const double minZoom) { in setMinZoom() function in mbgl::Transform
H A Dmap.cpp490 void Map::setMinZoom(const double minZoom) { in setMinZoom() function in mbgl::Map