Searched refs:lastPt (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dgraph.cpp172 // If no lastPt, use one directly to the left;
173 Point lastPt = (lastV) ? lastV->point : Point(commonPt.x - 10, commonPt.y); local
175 int lhsVal = orthogTurnOrder(lastPt, commonPt, lhsPt);
176 int rhsVal = orthogTurnOrder(lastPt, commonPt, rhsPt);
H A Dmakepath.cpp374 CmpVisEdgeRotation(const VertInf* lastPt) argument
375 : _lastPt(lastPt)

Completed in 16 milliseconds