Home
last modified time | relevance | path

Searched refs:sourceID (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlayer_impl.cpp6 Layer::Impl::Impl(LayerType type_, std::string layerID, std::string sourceID) in Impl() argument
9 source(std::move(sourceID)) { in Impl()
H A Dstyle.cpp100 std::unique_ptr<Source> Style::removeSource(const std::string& sourceID) { in removeSource() argument
102 return impl->removeSource(sourceID); in removeSource()
H A Dlayer_impl.hpp32 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 Dqmapboxgl.hpp224 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 Dgeometry_tile.cpp48 sourceID(std::move(sourceID_)), in GeometryTile()
53 sourceID, in GeometryTile()
104 layer->source != sourceID || in setLayers()
H A Dgeometry_tile.hpp28 std::string sourceID,
102 const std::string sourceID; member in mbgl::GeometryTile
H A Dgeometry_tile_worker.cpp34 sourceID(sourceID_), in GeometryTileWorker()
410 " SourceID: " << sourceID.c_str() << in parse()
479 " SourceID: " << sourceID.c_str() << in performSymbolLayout()
H A Dgeojson_tile.hpp13 std::string sourceID,
H A Dvector_tile.hpp14 std::string sourceID,
H A Dcustom_geometry_tile.hpp20 std::string sourceID,
H A Dgeometry_tile_worker.hpp64 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 Drenderer.cpp89 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 Dheatmap_layer.cpp14 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 Dhillshade_layer.cpp10 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 Dfill_layer.cpp10 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 Draster_layer.cpp10 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 Dfill_extrusion_layer.cpp10 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 Dlayer.cpp.ejs26 …(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 Drenderer.hpp42 …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 Dheatmap_layer.hpp20 HeatmapLayer(const std::string& layerID, const std::string& sourceID);
H A Dhillshade_layer.hpp19 HillshadeLayer(const std::string& layerID, const std::string& sourceID);
H A Draster_layer.hpp19 RasterLayer(const std::string& layerID, const std::string& sourceID);
H A Dfill_layer.hpp19 FillLayer(const std::string& layerID, const std::string& sourceID);
H A Dfill_extrusion_layer.hpp19 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 Dstyle.hpp61 std::unique_ptr<Source> removeSource(const std::string& sourceID);

12