Searched defs:activeNodeIds (Results 1 – 3 of 3) sorted by relevance
540 …std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> activeNodeIds = {{subnode->GetId(), subnod… variable562 …std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> activeNodeIds = {{subnode->GetId(), subnod… variable
2293 const std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& activeNodeIds) in UpdateSurfaceCacheContentStatic()
3739 const auto& activeNodeIds = iter->second; in IsDrawingGroupChanged() local