Home
last modified time | relevance | path

Searched refs:setSourceLayer (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dfill_annotation_impl.cpp20 newLayer->setSourceLayer(layerID); in updateStyle()
H A Dline_annotation_impl.cpp20 newLayer->setSourceLayer(layerID); in updateStyle()
H A Dannotation_manager.cpp165 layer->setSourceLayer(PointLayerID); in updateStyle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dheatmap_layer.hpp26 void setSourceLayer(const std::string& sourceLayer);
H A Dfill_layer.hpp25 void setSourceLayer(const std::string& sourceLayer);
H A Dfill_extrusion_layer.hpp25 void setSourceLayer(const std::string& sourceLayer);
H A Dcircle_layer.hpp25 void setSourceLayer(const std::string& sourceLayer);
H A Dline_layer.hpp27 void setSourceLayer(const std::string& sourceLayer);
H A Dlayer.hpp.ejs43 void setSourceLayer(const std::string& sourceLayer);
H A Dsymbol_layer.hpp27 void setSourceLayer(const std::string& sourceLayer);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlayer.cpp73 layer->setSourceLayer(*sourceLayer); in convertVectorLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer.cpp48 void HeatmapLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::HeatmapLayer
H A Dfill_layer.cpp44 void FillLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::FillLayer
H A Dfill_extrusion_layer.cpp44 void FillExtrusionLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::FillExtrusionLayer
H A Dlayer.cpp.ejs69 void <%- camelize(type) %>Layer::setSourceLayer(const std::string& sourceLayer) {
H A Dcircle_layer.cpp44 void CircleLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::CircleLayer
H A Dline_layer.cpp45 void LineLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::LineLayer
H A Dsymbol_layer.cpp45 void SymbolLayer::setSourceLayer(const std::string& sourceLayer) { in setSourceLayer() function in mbgl::style::SymbolLayer