| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_symbol_layer.cpp | 125 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 D | render_fill_layer.cpp | 77 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 D | render_heatmap_layer.cpp | 98 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() 130 getID() in render() 177 getID() in render()
|
| H A D | render_fill_extrusion_layer.cpp | 72 const auto& paintPropertyBinders = tileBucket.paintPropertyBinders.at(getID()); in render() 98 getID()); in render() 197 getID()); in render()
|
| H A D | render_circle_layer.cpp | 65 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() 109 getID() in render()
|
| H A D | render_hillshade_layer.cpp | 108 getID() in render() 168 getID() in render()
|
| H A D | render_line_layer.cpp | 70 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 D | style_impl.cpp | 139 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 D | source.cpp | 22 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 D | collection.hpp | 72 return e->getID() == id; in index() 136 impls_.at(this->index(wrapper.getID())) = wrapper.baseImpl; in update()
|
| H A D | image.cpp | 15 std::string Image::getID() const { in getID() function in mbgl::style::Image
|
| H A D | layer.cpp | 21 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 D | render_layer.cpp | 59 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 D | symbol_feature.hpp | 21 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 D | geometry_tile_worker.cpp | 361 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 D | vector_tile_data.cpp | 32 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 D | default_file_source.cpp | 86 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 D | circle_bucket.cpp | 19 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 D | image.hpp | 16 std::string getID() const;
|
| H A D | source.hpp | 60 std::string getID() const;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | serialassistantwidget.h | 22 static QString getID();
|
| H A D | serialassistantwidget.cpp | 21 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 D | expression.cpp | 19 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 D | cross_tile_symbol_index.cpp | 169 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 D | annotation_tile.hpp | 30 optional<FeatureIdentifier> getID() const override;
|