Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp3783 m_lowest.X = -1; in ClipperOffset()
3798 m_lowest.X = -1; in Clear()
3834 if (m_lowest.X < 0) 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()
3858 if (m_lowest.X >= 0 && in FixOrientations()
3859 !Orientation(m_polyNodes.Childs[(int)m_lowest.X]->Contour)) in FixOrientations()
H A Dclipper.h377 IntPoint m_lowest; variable