Searched refs:m_lowest (Results 1 – 2 of 2) sorted by relevance
3783 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()
377 IntPoint m_lowest; variable