Lines Matching defs:curve_it2
341 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve
342 while (curve_it2 != path_it->end_default())
344 /* Put marker between curve_it1 and curve_it2.
348 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
359 ++curve_it2;
517 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve
519 while (curve_it2 != path_it->end_default())
521 /* Put marker between curve_it1 and curve_it2.
529 Geom::Affine tr(sp_shape_marker_get_transform(*curve_it1, *curve_it2));
545 ++curve_it2;
693 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve
695 while (curve_it2 != path_it->end_default())
697 /* Put marker between curve_it1 and curve_it2.
700 Geom::Affine tr(sp_shape_marker_get_transform(*curve_it1, *curve_it2));
705 ++curve_it2;
1096 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve
1107 if (curve_it2 == path_it->end_default()) { // Test will only pass for the last iteration of the while loop
1114 /* Test whether to add the node between curve_it1 and curve_it2.
1117 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
1147 ++curve_it2;