Lines Matching refs:curve_it1
340 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve
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
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
697 /* Put marker between curve_it1 and curve_it2.
700 Geom::Affine tr(sp_shape_marker_get_transform(*curve_it1, *curve_it2));
704 ++curve_it1;
1095 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve
1098 while (curve_it1 != path_it->end_default())
1102 if (Geom::LineSegment const* line_segment = dynamic_cast<Geom::LineSegment const*>(&(*curve_it1))) {
1111 p.push_back(Inkscape::SnapCandidatePoint((*curve_it1).finalPoint() * i2dt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
1114 /* Test whether to add the node between curve_it1 and curve_it2.
1117 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
1142 p.push_back(Inkscape::SnapCandidatePoint(curve_it1->finalPoint() * i2dt, sst, stt));
1146 ++curve_it1;