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

/inkscape/src/live_effects/
H A Dlpe-spiro.cpp69 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
75 /* This deals with the node between curve_it1 and curve_it2.
77 * and then curve_it1 points to end or closing segment */
78 Geom::Point p = curve_it1->finalPoint();
84 bool this_is_line = is_straight_curve(*curve_it1);
87 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
102 ++curve_it1;
108 Geom::Point p = curve_it1->finalPoint();
112 // curve_it1 points to the (visually) closing segment. determine the match between first and this last segment (the closing node)
113 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, path_i
[all...]
H A Dlpe-simplify.cpp171 Geom::Path::iterator curve_it1 = path_it->begin(); // incoming curve local
190 drawNode(curve_it1->initialPoint());
192 nCurve->moveto(curve_it1->initialPoint());
194 while (curve_it1 != curve_endit) {
195 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
196 Geom::Point point_at1 = curve_it1->initialPoint();
197 Geom::Point point_at2 = curve_it1->finalPoint();
198 Geom::Point point_at3 = curve_it1->finalPoint();
199 Geom::Point point_at4 = curve_it1->finalPoint();
229 nCurve->curveto(point_at1, point_at2, curve_it1
[all...]
H A Dlpe-bspline.cpp195 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
208 curve_n->moveto(curve_it1->initialPoint());
221 while (curve_it1 != curve_endit) {
223 in->moveto(curve_it1->initialPoint());
224 in->lineto(curve_it1->finalPoint());
225 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
279 end->moveto(curve_it1->initialPoint());
280 end->lineto(curve_it1->finalPoint());
282 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
298 curve_n->curveto(point_at1, point_at2, curve_it1
363 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
[all...]
H A Dlpe-fillet-chamfer.cpp304 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
314 while (curve_it1 != curve_endit) {
329 if (only_selected && !isNodePointSelected(curve_it1->initialPoint())) {
333 ++curve_it1;
352 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
361 while (curve_it1 != curve_endit) {
366 (only_selected && !isNodePointSelected(curve_it1->initialPoint()))) {
381 ++curve_it1;
402 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
418 while (curve_it1 !
517 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
[all...]
H A Dlpe-show_handles.cpp115 Geom::Path::iterator curve_it1 = path_it->begin(); // incoming curve local
133 drawNode(curve_it1->initialPoint());
135 while (curve_it1 != curve_endit) {
136 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
150 drawNode(curve_it1->finalPoint());
152 ++curve_it1;
H A Dlpe-perspective-envelope.cpp148 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
160 nCurve->moveto(projectPoint(curve_it1->initialPoint(),projmatrix));
162 nCurve->moveto(projectPoint(curve_it1->initialPoint()));
164 while (curve_it1 != curve_endit) {
165 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
170 point_at1 = curve_it1->initialPoint();
171 point_at2 = curve_it1->finalPoint();
173 point_at3 = curve_it1->finalPoint();
184 ++curve_it1;
H A Dlpe-roughen.cpp204 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
210 nCurve->moveto(curve_it1->initialPoint());
223 while (curve_it1 != curve_endit) {
225 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
227 nCurve->curveto((*cubic)[1] + last_move, (*cubic)[2], curve_it1->finalPoint());
229 nCurve->lineto(curve_it1->finalPoint());
232 double length = curve_it1->length(0.001);
263 ++curve_it1;
267 if(handles == HM_SMOOTH && curve_it1 == curve_endit){
289 if(handles == HM_ALONG_NODES && curve_it1
[all...]
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp134 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
144 while (curve_it1 != curve_endit) {
149 nodetype = get_nodetype(path_it->back_open(), *curve_it1);
151 nodetype = get_nodetype(path_it->back_closed(), *curve_it1);
162 bool next_is_line = is_straight_curve(*curve_it1);
164 nodetype = get_nodetype((*path_it)[counterCurves - 1], *curve_it1);
172 !are_near(curve_it1->initialPoint(),
185 are_near(curve_it1->initialPoint(),
224 xPos = nearest_time(curve_it1->initialPoint(), pwd2_in);
235 xPos = nearest_time(curve_it1
286 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
490 Curve *curve_it1; local
548 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
589 Geom::Path::const_iterator curve_it1 = path_it->begin(); local
[all...]
/inkscape/src/
H A Dsp-shape.cpp340 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
344 /* Put marker between curve_it1 and curve_it2.
348 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
358 ++curve_it1;
516 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
521 /* Put marker between curve_it1 and curve_it2.
529 Geom::Affine tr(sp_shape_marker_get_transform(*curve_it1, *curve_it2));
544 ++curve_it1;
692 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
697 /* Put marker between curve_it1 an
1095 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
[all...]
H A Dsplivarot.cpp1091 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
1095 /* Put marker between curve_it1 and curve_it2.
1099 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
1104 ++curve_it1;
1410 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
1414 /* Put marker between curve_it1 and curve_it2.
1418 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
1423 ++curve_it1;
/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp246 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve local
250 /* Put marker between curve_it1 and curve_it2.
255 tr = sp_shape_marker_get_transform(*curve_it1, *curve_it2);
257 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(curve_it1->pointAt(1));
262 ++curve_it1;

Completed in 460 milliseconds