Searched refs:dirtyNode (Results 1 – 6 of 6) sorted by relevance
287 void UITaskScheduler::AddSingleNodeToFlush(const RefPtr<FrameNode>& dirtyNode) in AddSingleNodeToFlush() argument289 if (std::find(singleDirtyNodesToFlush_.begin(), singleDirtyNodesToFlush_.end(), dirtyNode) != in AddSingleNodeToFlush()293 singleDirtyNodesToFlush_.emplace_back(dirtyNode); in AddSingleNodeToFlush()
129 void AddSingleNodeToFlush(const RefPtr<FrameNode>& dirtyNode);
179 dirtyPropertyNodes_.emplace(dirtyNode); in AddDirtyPropertyNode()184 void PipelineContext::AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode) in AddDirtyCustomNode() argument187 CHECK_NULL_VOID(dirtyNode); in AddDirtyCustomNode()188 auto customNode = DynamicCast<CustomNode>(dirtyNode); in AddDirtyCustomNode()189 if (customNode && !dirtyNode->GetInspectorIdValue("").empty()) { in AddDirtyCustomNode()192 dirtyNode->GetId(), dirtyNode->GetParent() ? dirtyNode->GetParent()->GetId() : 0, in AddDirtyCustomNode()193 dirtyNode->GetInspectorIdValue("").c_str()); in AddDirtyCustomNode()198 dirtyNode->GetId(), dirtyNode->GetParent() ? dirtyNode->GetParent()->GetId() : 0); in AddDirtyCustomNode()201 dirtyNodes_.emplace(dirtyNode); in AddDirtyCustomNode()767 for (const auto& dirtyNode : dirtyPropertyNodes) { in FlushUITasks() local[all …]
281 void AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode);
220 for (const auto& dirtyNode : dirtyNodes) { in FlushPredictLayout() local221 dirtyNode->OnPredictLayout(deadline); in FlushPredictLayout()482 for (const auto& dirtyNode : dirtyNodes) { in FlushLayout() local484 dirtyNode->OnLayout(); in FlushLayout()491 for (const auto& dirtyNode : dirtyNodes) { in FlushLayout() local492 dirtyNode->ClearExplicitAnimationOption(); in FlushLayout()512 dirtyNode->SyncGeometryProperties(); in FlushGeometryProperties()572 for (const auto& dirtyNode : dirtyNodes) { in FlushRender() local573 context->Repaint(dirtyNode); in FlushRender()3414 SearchNodesNeedDrawOnPixelMap(dirtyNode); in UpdateNodesNeedDrawOnPixelMap()[all …]
514 void PipelineContext::AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode) {} in AddDirtyCustomNode() argument