Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp366 auto headRenderNode = GetHeadRenderNode(); in CalculateGridLayoutSize() local
367 if (headRenderNode) { in CalculateGridLayoutSize()
368 auto context = headRenderNode->GetContext().Upgrade(); in CalculateGridLayoutSize()
369 headRenderNode->SetPositionType( in CalculateGridLayoutSize()
372headRenderNode->GetTextDirection() == TextDirection::RTL ? headRenderNode->SetRight(offset) in CalculateGridLayoutSize()
373 … : headRenderNode->SetLeft(offset); in CalculateGridLayoutSize()