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

/inkscape/src/libavoid/
H A Dorthogonal.cpp158 const Point& highPt = highPoint(); local
162 (rhsLowPt[altDim] <= highPt[altDim]))
1832 const Point& highPt = curr->highPoint(); local
1834 COLA_ASSERT(lowPt[dim] == highPt[dim]);
1835 COLA_ASSERT(lowPt[altDim] < highPt[altDim]);
1838 events[ctr++] = new Event(SegClose, v, highPt[altDim]);
2305 Point& highPt = currSegment->highPoint(); local
2309 highPt[dimension] = newPos;

Completed in 23 milliseconds