Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp24 inline bool IsAnchorContainer(const std::string& anchor) in IsAnchorContainer() function
71 if (IsAnchorContainer(alignRule.second.anchor) || in GetDependencyRelationship()
98 if (IsAnchorContainer(alignRule.second.anchor) || in PreTopologicalLoopDetection()
151 flexItem->SetAlignValue(alignDirection, IsAnchorContainer(alignRule.anchor) ? in CalcHorizontalLayoutParam()
155 flexItem->SetAlignValue(alignDirection, IsAnchorContainer(alignRule.anchor) ? in CalcHorizontalLayoutParam()
161 flexItem->SetAlignValue(alignDirection, IsAnchorContainer(alignRule.anchor) ? in CalcHorizontalLayoutParam()
180 flexItem->SetAlignValue(alignDirection, IsAnchorContainer(alignRule.anchor) ? in CalcVerticalLayoutParam()
242 !IsAnchorContainer(alignRule.second.anchor)) { in CalcLayoutParam()
376 !IsAnchorContainer(alignRule.second.anchor)) { in PerformLayout()
403 double anchorWidth = IsAnchorContainer(alignRule.anchor) ? in CalcHorizontalOffset()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp39 inline bool IsAnchorContainer(const std::string& anchor) in IsAnchorContainer() function
425 if (IsAnchorContainer(leftAnchor.anchor) || IsAnchorContainer(rightAnchor.anchor)) { in CheckHorizontalChain()
515 if (IsAnchorContainer(topAnchor.anchor) || IsAnchorContainer(bottomAnchor.anchor)) { in CheckVerticalChain()
609 bool anchorIsContainer = IsAnchorContainer(alignRule.anchor); in GetHorizontalAnchorValueByAlignRule()
651 bool anchorIsContainer = IsAnchorContainer(alignRule.anchor); in GetVerticalAnchorValueByAlignRule()
1069 if (IsAnchorContainer(anchor) || IsGuideline(anchor)) { in GetDependencyRelationshipInChain()
1587 IsAnchorContainer(alignRule.anchor) in CalcHorizontalLayoutParam()
1595 IsAnchorContainer(alignRule.anchor) in CalcHorizontalLayoutParam()
1642 IsAnchorContainer(alignRule.anchor) in CalcVerticalLayoutParam()
1650 IsAnchorContainer(alignRule.anchor) in CalcVerticalLayoutParam()
[all …]