Searched defs:curve_it2 (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-spiro.cpp70 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
73 while ( curve_it2 != curve_endit )
75 /* This deals with the node between curve_it1 and curve_it2.
76 * Loop to end_default (so without last segment), loop ends when curve_it2 hits the end
85 bool next_is_line = is_straight_curve(*curve_it2);
87 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
103 ++curve_it2;
H A Dlpe-show_handles.cpp116 Geom::Path::iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
153 if(curve_it2 != curve_endit) {
154 ++curve_it2;
H A Dlpe-roughen.cpp205 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
264 ++curve_it2;
H A Dlpe-simplify.cpp172 Geom::Path::iterator curve_it2 = ++(path_it->begin());// outgoing curve local
210 if(path_it->closed() && curve_it2 == curve_endit) {
213 if(curve_it2 != curve_endit) {
214 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it2);
249 ++curve_it2;
H A Dlpe-bspline.cpp196 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
244 if ( curve_it2 != curve_endit ) {
246 out->moveto(curve_it2->initialPoint());
247 out->lineto(curve_it2->finalPoint());
248 cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it2);
262 if (path_it->closed() && curve_it2 == curve_endit) {
297 } else if ( curve_it2 == curve_endit) {
319 ++curve_it2;
364 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
457 ++curve_it2;
[all...]
H A Dlpe-perspective-envelope.cpp149 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
185 if(curve_it2 != curve_endit) {
186 ++curve_it2;
H A Dlpe-fillet-chamfer.cpp305 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
334 ++curve_it2;
353 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
382 if (curve_it2 != curve_endit) {
383 ++curve_it2;
403 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
440 if (curve_it2 != curve_endit) {
441 ++curve_it2;
518 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
535 if(!path_it->closed() || curve_it2 !
[all...]
/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp247 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
248 while (curve_it2 != path_it->end_default())
250 /* Put marker between curve_it1 and curve_it2.
255 tr = sp_shape_marker_get_transform(*curve_it1, *curve_it2);
263 ++curve_it2;
/inkscape/src/
H A Dsp-shape.cpp341 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
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 local
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 local
1096 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
[all...]
H A Dsplivarot.cpp1092 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
1093 while (curve_it2 != path_it->end_default())
1095 /* Put marker between curve_it1 and curve_it2.
1099 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
1105 ++curve_it2;
1411 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); // outgoing curve local
1412 while (curve_it2 != path_it->end_default())
1414 /* Put marker between curve_it1 and curve_it2.
1418 Geom::Affine const m (sp_shape_marker_get_transform(*curve_it1, *curve_it2));
1424 ++curve_it2;
[all...]
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp135 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
175 if ( curve_it2 == curve_endit) {
254 if (curve_it2 != curve_endit) {
255 ++curve_it2;
287 Geom::Path::const_iterator curve_it2 = ++(path_it->begin()); local
336 if (curve_it2 != curve_endit) {
337 ++curve_it2;

Completed in 7892 milliseconds