Home
last modified time | relevance | path

Searched refs:getLayer (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 Dstyle.cpp114 Layer* Style::getLayer(const std::string& layerID) { in getLayer() function in mbgl::style::Style
116 return impl->getLayer(layerID); in getLayer()
119 const Layer* Style::getLayer(const std::string& layerID) const { in getLayer() function in mbgl::style::Style
120 return impl->getLayer(layerID); in getLayer()
H A Dstyle_impl.hpp67 Layer* getLayer(const std::string& id) const;
H A Dstyle_impl.cpp192 Layer* Style::Impl::getLayer(const std::string& id) const { in getLayer() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp67 Layer* getLayer(const std::string&);
68 const Layer* getLayer(const std::string&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dfill_annotation_impl.cpp16 Layer* layer = style.getLayer(layerID); in updateStyle()
H A Dline_annotation_impl.cpp16 Layer* layer = style.getLayer(layerID); in updateStyle()
H A Dannotation_tile.hpp59 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override;
H A Dannotation_tile.cpp103 std::unique_ptr<GeometryTileLayer> AnnotationTileData::getLayer(const std::string& name) const { in getLayer() function in mbgl::AnnotationTileData
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile.cpp26 if (auto layer = tileData->getLayer({})) { in querySourceFeatures()
H A Dvector_tile_data.hpp44 std::unique_ptr<GeometryTileLayer> getLayer(const std::string& name) const override;
H A Dgeojson_tile_data.hpp85 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override { in getLayer() function in mbgl::GeoJSONTileData
H A Dvector_tile_data.cpp70 std::unique_ptr<GeometryTileLayer> VectorTileData::getLayer(const std::string& name) const { in getLayer() function in mbgl::VectorTileData
H A Dcustom_geometry_tile.cpp73 auto layer = getData()->getLayer({}); in querySourceFeatures()
H A Dgeometry_tile_data.hpp69 virtual std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const = 0;
H A Dgeometry_tile.cpp260 auto layer = getData()->getLayer(sourceLayer); in querySourceFeatures()
H A Dgeometry_tile_worker.cpp354 auto geometryLayer = (*data)->getLayer(leader.baseImpl->sourceLayer); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1015 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setLayoutProperty()
1081 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setPaintProperty()
1467 return !!d_ptr->mapObj->getStyle().getLayer(id.toStdString()); in layerExists()
1545 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setFilter()
1629 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in getFilter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp90 layer getLayer(const std::string&) const;
366 inline layer buffer::getLayer(const std::string& name) const { in getLayer() function in mapbox::vector_tile::buffer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp151 sourceLayer = tileData->getLayer(indexedFeature.sourceLayerName); in addFeature()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp411 CV_WRAP Ptr<Layer> getLayer(LayerId layerId);