Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h602 std::list<RefPtr<RenderNode>>& GetAlignDeclarationNodeList();
H A Dpipeline_context.cpp3350 std::list<RefPtr<RenderNode>>& PipelineContext::GetAlignDeclarationNodeList() in GetAlignDeclarationNodeList() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp267 auto& nodeList = context->GetAlignDeclarationNodeList(); in PerformLayout()