Home
last modified time | relevance | path

Searched refs:AddNodesToNotifyOnPreDraw (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp147 pipelineContext->AddNodesToNotifyOnPreDraw(Claim(this)); in RequestRenderForNextSecond()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h614 void AddNodesToNotifyOnPreDraw(const RefPtr<RenderNode>& renderNode);
H A Dpipeline_context.cpp3406 void PipelineContext::AddNodesToNotifyOnPreDraw(const RefPtr<RenderNode>& renderNode) in AddNodesToNotifyOnPreDraw() function in OHOS::Ace::PipelineContext