Home
last modified time | relevance | path

Searched refs:setMinZoom (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp75 void setMinZoom(float) final;
H A Dbackground_layer.hpp26 void setMinZoom(float) final;
H A Dheatmap_layer.hpp35 void setMinZoom(float) final;
H A Dhillshade_layer.hpp29 void setMinZoom(float) final;
H A Draster_layer.hpp29 void setMinZoom(float) final;
H A Dfill_layer.hpp34 void setMinZoom(float) final;
H A Dfill_extrusion_layer.hpp34 void setMinZoom(float) final;
H A Dcircle_layer.hpp34 void setMinZoom(float) final;
H A Dline_layer.hpp36 void setMinZoom(float) final;
H A Dlayer.hpp.ejs54 void setMinZoom(float) final;
H A Dsymbol_layer.hpp36 void setMinZoom(float) final;
/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 Dheatmap_layer.cpp84 void HeatmapLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::HeatmapLayer
H A Dhillshade_layer.cpp58 void HillshadeLayer::setMinZoom(float minZoom) { in setMinZoom() function in mbgl::style::HillshadeLayer
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 Dlayer.cpp.ejs107 void <%- camelize(type) %>Layer::setMinZoom(float minZoom) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp56 void setMinZoom(double);
H A Dtransform.hpp60 void setMinZoom(double);
H A Dtransform.cpp417 void Transform::setMinZoom(const double minZoom) { in setMinZoom() function in mbgl::Transform
419 state.setMinZoom(minZoom); in setMinZoom()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dlayer.hpp117 virtual void setMinZoom(float) = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp95 void setMinZoom(double);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlayer.cpp193 layer->setMinZoom(*minzoom); in operator ()()

12