| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | style.cpp | 114 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 D | style_impl.hpp | 67 Layer* getLayer(const std::string& id) const;
|
| H A D | style_impl.cpp | 192 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 D | style.hpp | 67 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 D | fill_annotation_impl.cpp | 16 Layer* layer = style.getLayer(layerID); in updateStyle()
|
| H A D | line_annotation_impl.cpp | 16 Layer* layer = style.getLayer(layerID); in updateStyle()
|
| H A D | annotation_tile.hpp | 59 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override;
|
| H A D | annotation_tile.cpp | 103 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 D | geojson_tile.cpp | 26 if (auto layer = tileData->getLayer({})) { in querySourceFeatures()
|
| H A D | vector_tile_data.hpp | 44 std::unique_ptr<GeometryTileLayer> getLayer(const std::string& name) const override;
|
| H A D | geojson_tile_data.hpp | 85 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override { in getLayer() function in mbgl::GeoJSONTileData
|
| H A D | vector_tile_data.cpp | 70 std::unique_ptr<GeometryTileLayer> VectorTileData::getLayer(const std::string& name) const { in getLayer() function in mbgl::VectorTileData
|
| H A D | custom_geometry_tile.cpp | 73 auto layer = getData()->getLayer({}); in querySourceFeatures()
|
| H A D | geometry_tile_data.hpp | 69 virtual std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const = 0;
|
| H A D | geometry_tile.cpp | 260 auto layer = getData()->getLayer(sourceLayer); in querySourceFeatures()
|
| H A D | geometry_tile_worker.cpp | 354 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 D | qmapboxgl.cpp | 1015 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 D | vector_tile.hpp | 90 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 D | feature_index.cpp | 151 sourceLayer = tileData->getLayer(indexedFeature.sourceLayerName); in addFeature()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/ |
| H A D | dnn.hpp | 411 CV_WRAP Ptr<Layer> getLayer(LayerId layerId);
|