Searched refs:ChildCount (Results 1 – 2 of 2) sorted by relevance
187 int PolyNode::ChildCount() const in ChildCount() function in QtClipperLib::PolyNode3795 for (int i = 0; i < m_polyNodes.ChildCount(); ++i) in Clear()3835 m_lowest = IntPoint(m_polyNodes.ChildCount() - 1, k); in AddPath()3842 m_lowest = IntPoint(m_polyNodes.ChildCount() - 1, k); in AddPath()3861 for (int i = 0; i < m_polyNodes.ChildCount(); ++i) in FixOrientations()3870 for (int i = 0; i < m_polyNodes.ChildCount(); ++i) in FixOrientations()3936 if (solution.ChildCount() == 1 && solution.Childs[0]->ChildCount() > 0) in Execute()3939 solution.Childs.reserve(outerNode->ChildCount()); in Execute()3942 for (int i = 1; i < outerNode->ChildCount(); ++i) in Execute()3959 m_destPolys.reserve(m_polyNodes.ChildCount()); in DoOffset()[all …]
147 int ChildCount() const;