Searched refs:chainNodes (Results 1 – 2 of 2) sorted by relevance
353 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes, in CheckNodeInHorizontalChain() argument376 chainNodes.emplace_back(nextNode); in CheckNodeInHorizontalChain()416 std::vector<std::string> chainNodes; in CheckHorizontalChain() local417 chainNodes.emplace_back(currentNode); in CheckHorizontalChain()424 CHECK_NULL_VOID(IsAnchorLegal(rightAnchor.anchor) && chainNodes.size() > 1); in CheckHorizontalChain()429 chainParam.ids = chainNodes; in CheckHorizontalChain()443 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes, in CheckNodeInVerticalChain() argument466 chainNodes.emplace_back(nextNode); in CheckNodeInVerticalChain()506 std::vector<std::string> chainNodes; in CheckVerticalChain() local507 chainNodes.emplace_back(currentNode); in CheckVerticalChain()[all …]
94 AlignRulesItem& currentAlignRules, std::vector<std::string>& chainNodes,98 std::vector<std::string>& chainNodes, AlignRule& bottomAnchor, float& totalChainWeight);