| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | layer_impl.cpp | 6 Layer::Impl::Impl(LayerType type_, std::string layerID, std::string sourceID) in Impl() argument 9 source(std::move(sourceID)) { in Impl()
|
| H A D | style.cpp | 100 std::unique_ptr<Source> Style::removeSource(const std::string& sourceID) { in removeSource() argument 102 return impl->removeSource(sourceID); in removeSource()
|
| H A D | layer_impl.hpp | 32 Impl(LayerType, std::string layerID, std::string sourceID);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapboxgl.hpp | 224 void addSource(const QString &sourceID, const QVariantMap& params); 225 bool sourceExists(const QString &sourceID); 226 void updateSource(const QString &sourceID, const QVariantMap& params); 227 void removeSource(const QString &sourceID);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile.cpp | 48 sourceID(std::move(sourceID_)), in GeometryTile() 53 sourceID, in GeometryTile() 104 layer->source != sourceID || in setLayers()
|
| H A D | geometry_tile.hpp | 28 std::string sourceID, 102 const std::string sourceID; member in mbgl::GeometryTile
|
| H A D | geometry_tile_worker.cpp | 34 sourceID(sourceID_), in GeometryTileWorker() 410 " SourceID: " << sourceID.c_str() << in parse() 479 " SourceID: " << sourceID.c_str() << in performSymbolLayout()
|
| H A D | geojson_tile.hpp | 13 std::string sourceID,
|
| H A D | vector_tile.hpp | 14 std::string sourceID,
|
| H A D | custom_geometry_tile.hpp | 20 std::string sourceID,
|
| H A D | geometry_tile_worker.hpp | 64 const std::string sourceID; member in mbgl::GeometryTileWorker
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer.cpp | 89 std::vector<Feature> Renderer::querySourceFeatures(const std::string& sourceID, const SourceQueryOp… in querySourceFeatures() argument 90 return impl->querySourceFeatures(sourceID, options); in querySourceFeatures()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | heatmap_layer.cpp | 14 HeatmapLayer::HeatmapLayer(const std::string& layerID, const std::string& sourceID) in HeatmapLayer() argument 15 : Layer(makeMutable<Impl>(LayerType::Heatmap, layerID, sourceID)) { in HeatmapLayer()
|
| H A D | hillshade_layer.cpp | 10 HillshadeLayer::HillshadeLayer(const std::string& layerID, const std::string& sourceID) in HillshadeLayer() argument 11 : Layer(makeMutable<Impl>(LayerType::Hillshade, layerID, sourceID)) { in HillshadeLayer()
|
| H A D | fill_layer.cpp | 10 FillLayer::FillLayer(const std::string& layerID, const std::string& sourceID) in FillLayer() argument 11 : Layer(makeMutable<Impl>(LayerType::Fill, layerID, sourceID)) { in FillLayer()
|
| H A D | raster_layer.cpp | 10 RasterLayer::RasterLayer(const std::string& layerID, const std::string& sourceID) in RasterLayer() argument 11 : Layer(makeMutable<Impl>(LayerType::Raster, layerID, sourceID)) { in RasterLayer()
|
| H A D | fill_extrusion_layer.cpp | 10 FillExtrusionLayer::FillExtrusionLayer(const std::string& layerID, const std::string& sourceID) in FillExtrusionLayer() argument 11 : Layer(makeMutable<Impl>(LayerType::FillExtrusion, layerID, sourceID)) { in FillExtrusionLayer()
|
| H A D | layer.cpp.ejs | 26 …(type) %>Layer::<%- camelize(type) %>Layer(const std::string& layerID, const std::string& sourceID) 27 : Layer(makeMutable<Impl>(LayerType::<%- camelize(type) %>, layerID, sourceID)) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/ |
| H A D | renderer.hpp | 42 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& op…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | heatmap_layer.hpp | 20 HeatmapLayer(const std::string& layerID, const std::string& sourceID);
|
| H A D | hillshade_layer.hpp | 19 HillshadeLayer(const std::string& layerID, const std::string& sourceID);
|
| H A D | raster_layer.hpp | 19 RasterLayer(const std::string& layerID, const std::string& sourceID);
|
| H A D | fill_layer.hpp | 19 FillLayer(const std::string& layerID, const std::string& sourceID);
|
| H A D | fill_extrusion_layer.hpp | 19 FillExtrusionLayer(const std::string& layerID, const std::string& sourceID);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | style.hpp | 61 std::unique_ptr<Source> removeSource(const std::string& sourceID);
|