Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp3795 for (int i = 0; i < m_polyNodes.ChildCount(); ++i) in Clear()
3796 delete m_polyNodes.Childs[i]; in Clear()
3797 m_polyNodes.Childs.clear(); in Clear()
3830 m_polyNodes.AddChild(*newNode); in AddPath()
3835 m_lowest = IntPoint(m_polyNodes.ChildCount() - 1, k); in AddPath()
3838 IntPoint ip = m_polyNodes.Childs[(int)m_lowest.X]->Contour[(int)m_lowest.Y]; in AddPath()
3842 m_lowest = IntPoint(m_polyNodes.ChildCount() - 1, k); in AddPath()
3859 !Orientation(m_polyNodes.Childs[(int)m_lowest.X]->Contour)) in FixOrientations()
3861 for (int i = 0; i < m_polyNodes.ChildCount(); ++i) in FixOrientations()
3863 PolyNode& node = *m_polyNodes.Childs[i]; in FixOrientations()
[all …]
H A Dclipper.h378 PolyNode m_polyNodes; variable