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

/inkscape/src/libavoid/
H A Dmakepath.cpp137 static void constructPolygonPath(Polygon& connRoute, VertInf *inf2, argument
147 connRoute.ps[routeSize - 2] = inf2->point;
157 // Given the two points for a new segment of a path (inf2 & inf3)
159 // possibly the previous point (inf1) [from inf1--inf2], return a
162 static double cost(ConnRef *lineRef, const double dist, VertInf *inf2, argument
169 Router *router = inf2->_router;
180 Point p2 = inf2->point;
226 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
259 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
296 constructPolygonPath(connRoute, inf2, inf
[all...]

Completed in 14 milliseconds