Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp413 CHECK_NULL_VOID(IsAnchorLegal(leftAnchor.anchor)); in CheckHorizontalChain()
424 CHECK_NULL_VOID(IsAnchorLegal(rightAnchor.anchor) && chainNodes.size() > 1); in CheckHorizontalChain()
503 CHECK_NULL_VOID(IsAnchorLegal(topAnchor.anchor)); in CheckVerticalChain()
514 CHECK_NULL_VOID(IsAnchorLegal(bottomAnchor.anchor) && chainNodes.size() > 1); in CheckVerticalChain()
1332 if (!IsAnchorLegal(alignRule.second.anchor)) { in CalcSizeParam()
1438 if (!IsAnchorLegal(alignRule.second.anchor)) { in CalcOffsetParam()
1536 if (!IsAnchorLegal(alignRule.second.anchor)) { in GetFirstTwoAlignValues()
1881 bool RelativeContainerLayoutAlgorithm::IsAnchorLegal(const std::string& anchorName) in IsAnchorLegal() function in OHOS::Ace::NG::RelativeContainerLayoutAlgorithm
H A Drelative_container_layout_algorithm.h138 bool IsAnchorLegal(const std::string& anchorName);