Searched defs:highPoint (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dorthogonal.cpp94 Point& highPoint(void) function in class:Avoid::ShiftSegment
104 const Point& highPoint(void) const function in class:Avoid::ShiftSegment
158 const Point& highPt = highPoint();
160 const Point& rhsHighPt = rhs.highPoint();
1832 const Point& highPt = curr->highPoint();
2017 const Point& lhsHigh = lhs.highPoint();
2018 const Point& rhsHigh = rhs.highPoint();
2305 Point& highPt = currSegment->highPoint();

Completed in 22 milliseconds