Home
last modified time | relevance | path

Searched refs:getID (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp125 getID() in render()
167 bucket.paintPropertyBinders.at(getID()).first, in render()
177 bucket.paintPropertyBinders.at(getID()).first, in render()
186 bucket.paintPropertyBinders.at(getID()).first, in render()
220 bucket.paintPropertyBinders.at(getID()).second, in render()
230 bucket.paintPropertyBinders.at(getID()).second, in render()
265 getID() in render()
300 getID() in render()
H A Drender_fill_layer.cpp77 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render()
110 getID() in render()
165 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render()
202 getID() in render()
H A Drender_heatmap_layer.cpp98 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render()
130 getID() in render()
177 getID() in render()
H A Drender_fill_extrusion_layer.cpp72 const auto& paintPropertyBinders = tileBucket.paintPropertyBinders.at(getID()); in render()
98 getID()); in render()
197 getID()); in render()
H A Drender_circle_layer.cpp65 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render()
109 getID() in render()
H A Drender_hillshade_layer.cpp108 getID() in render()
168 getID() in render()
H A Drender_line_layer.cpp70 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render()
96 getID() in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp139 if (sources.get(source->getID())) { in addSource()
140 std::string msg = "Source " + source->getID() + " already exists"; in addSource()
199 if (layers.get(layer->getID())) { in addLayer()
200 throw std::runtime_error(std::string{"Layer "} + layer->getID() + " already exists"); in addLayer()
271 images.remove(image->getID()); // We permit using addImage to update. in addImage()
302 source.getID().c_str(), util::toString(error).c_str()); in onSourceError()
H A Dsource.cpp22 std::string Source::getID() const { in getID() function in mbgl::style::Source
35 Log::Info(Event::General, "Source::id: %s", getID().c_str()); in dumpDebugLogs()
H A Dcollection.hpp72 return e->getID() == id; in index()
136 impls_.at(this->index(wrapper.getID())) = wrapper.baseImpl; in update()
H A Dimage.cpp15 std::string Image::getID() const { in getID() function in mbgl::style::Image
H A Dlayer.cpp21 std::string Layer::getID() const { in getID() function in mbgl::style::Layer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_layer.cpp59 const std::string& RenderLayer::getID() const { in getID() function in mbgl::RenderLayer
90 getID().c_str(), in checkRenderability()
99 getID().c_str(), in checkRenderability()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp21 optional<FeatureIdentifier> getID() const override { return feature->getID(); }; in getID() function in mbgl::SymbolFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp361 layerIDs.push_back(layer->getID()); in parse()
364 featureIndex->setBucketLayerIDs(leader.getID(), layerIDs); in parse()
369 symbolLayoutMap.emplace(leader.getID(), std::move(layout)); in parse()
384 featureIndex->insert(geometries, i, sourceLayerID, leader.getID()); in parse()
392 buckets.emplace(layer->getID(), bucket); in parse()
H A Dvector_tile_data.cpp32 optional<FeatureIdentifier> VectorTileFeature::getID() const { in getID() function in mbgl::VectorTileFeature
33 return feature.getID(); in getID()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp86 downloads.erase(region.getID()); in deleteRegion()
280 impl->actor().invoke(&Impl::setRegionObserver, region.getID(), std::move(observer)); in setOfflineRegionObserver()
284 impl->actor().invoke(&Impl::setRegionDownloadState, region.getID(), state); in setOfflineRegionDownloadState()
288 impl->actor().invoke(&Impl::getRegionStatus, region.getID(), callback); in getOfflineRegionStatus()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.cpp19 std::forward_as_tuple(layer->getID()), in CircleBucket()
96 auto it = paintPropertyBinders.find(layer.getID()); in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dimage.hpp16 std::string getID() const;
H A Dsource.hpp60 std::string getID() const;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserialassistantwidget.h22 static QString getID();
H A Dserialassistantwidget.cpp21 m_startID = getID(); in SerialAssistantWidget()
110 QString SerialAssistantWidget::getID() in getID() function in SerialAssistantWidget
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp19 optional<FeatureIdentifier> getID() const override { return feature.id; } in getID() function in mbgl::style::expression::GeoJSONFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp169 auto& layerIndex = layerIndexes[symbolLayer.getID()]; in addLayer()
187 if (symbolBucket.bucketLeaderID != symbolLayer.getID()) { in addLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp30 optional<FeatureIdentifier> getID() const override;

123