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

/inkscape/src/live_effects/
H A Dlpe-bspline.cpp198 SPCurve *curve_n = new SPCurve(); local
208 curve_n->moveto(curve_it1->initialPoint());
295 curve_n->curveto(point_at1, point_at2, node);
296 curve_n->move_endpoints(node, node);
298 curve_n->curveto(point_at1, point_at2, curve_it1->finalPoint());
299 curve_n->move_endpoints(path_it->begin()->initialPoint(), curve_it1->finalPoint());
313 curve_n->curveto(point_at1, point_at2, node);
322 curve_n->closepath_current();
324 curve->append(curve_n, false);
325 curve_n
367 SPCurve *curve_n = new SPCurve(); local
[all...]

Completed in 14 milliseconds