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

/inkscape/src/
H A Dconn-avoid-ref.cpp206 std::vector<Geom::Point> poly_points; local
221 poly_points.push_back(cit->initialPoint());
228 poly_points.push_back(cit->pointAt(at));
237 poly_points.push_back(cit->finalPoint());
243 return poly_points;
249 std::vector<Geom::Point> poly_points; local
259 poly_points.insert(poly_points.end(), child_points.begin(), child_points.end());
272 poly_points.insert(poly_points
[all...]

Completed in 19 milliseconds