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

/inkscape/src/libavoid/
H A Dmakepath.cpp137 static void constructPolygonPath(Polygon& connRoute, VertInf *inf2, argument
145 connRoute.ps.resize(routeSize);
146 connRoute.ps[routeSize - 1] = inf3->point;
147 connRoute.ps[routeSize - 2] = inf2->point;
151 connRoute.ps[routeSize] = done[curr].inf->point;
167 Polygon connRoute; local
224 if (connRoute.empty())
226 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
243 Polygon dynamic_conn_route(connRoute);
247 connRoute
[all...]

Completed in 14 milliseconds