Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp96 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local
102 anchorSet.insert(alignRule.second.anchor); in PreTopologicalLoopDetection()
107 incomingDegreeMap_[flexItem->GetId()] = anchorSet.size(); in PreTopologicalLoopDetection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1167 …onst std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSet) in PreTopologicalLoopDetectionGetAnchorSet() argument
1188 anchorSet.insert(anchor); in PreTopologicalLoopDetectionGetAnchorSet()
1195 anchorSet.insert(anchor); in PreTopologicalLoopDetectionGetAnchorSet()
1213 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local
1214 … PreTopologicalLoopDetectionGetAnchorSet(mapItem.first, flexItem->GetAlignRulesValue(), anchorSet); in PreTopologicalLoopDetection()
1215 incomingDegreeMap_[mapItem.second.id] = anchorSet.size(); in PreTopologicalLoopDetection()
1222 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local
1225 anchorSet.insert(nodeName); in PreTopologicalLoopDetection()
1231 anchorSet.insert(nodeName); in PreTopologicalLoopDetection()
1233 incomingDegreeMap_[barrier.first] = anchorSet.size(); in PreTopologicalLoopDetection()
H A Drelative_container_layout_algorithm.h111 …nst std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSet);