Home
last modified time | relevance | path

Searched refs:activeNodeIds (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp540 …std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> activeNodeIds = {{subnode->GetId(), subnod… variable
541 node->UpdateSurfaceCacheContentStatic(activeNodeIds);
562 …std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> activeNodeIds = {{subnode->GetId(), subnod… variable
563 node->UpdateSurfaceCacheContentStatic(activeNodeIds);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2293 const std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& activeNodeIds) in UpdateSurfaceCacheContentStatic() argument
2297 dirtynodeNum_ = activeNodeIds.size(); in UpdateSurfaceCacheContentStatic()
2304 for (auto [id, subNode] : activeNodeIds) { in UpdateSurfaceCacheContentStatic()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1011 const std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& activeNodeIds);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3739 const auto& activeNodeIds = iter->second; in IsDrawingGroupChanged() local
3744 for (auto [id, subNode] : activeNodeIds) { in IsDrawingGroupChanged()