Home
last modified time | relevance | path

Searched refs:curve_endit (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-dashed-stroke.cpp84 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doEffect_path() local
94 curve_endit = path_it.end_open(); in doEffect_path()
123 while (curve_it1 != curve_endit) { in doEffect_path()
135 curve_endit = path_it.end_default(); in doEffect_path()
140 while (curve_it1 != curve_endit) { in doEffect_path()
222 if (curve_it2 == curve_endit) { in doEffect_path()
H A Dlpe-show_handles.cpp136 …Geom::Path::iterator curve_endit = path_it.end_default(); // this determines when the loop has to … in generateHelperPath() local
148 curve_endit = path_it.end_open(); in generateHelperPath()
158 while (curve_it1 != curve_endit) { in generateHelperPath()
172 if(nodes && (curve_it2 != curve_endit || !path_it.closed())) { in generateHelperPath()
177 if(curve_it2 != curve_endit) { in generateHelperPath()
H A Dlpe-bspline.cpp198 Geom::Path::const_iterator curve_endit = path_it.end_default(); in sp_bspline_do_effect() local
219 curve_endit = path_it.end_open(); in sp_bspline_do_effect()
222 while (curve_it1 != curve_endit) { in sp_bspline_do_effect()
243 if ( curve_it2 != curve_endit ) { in sp_bspline_do_effect()
259 if (path_it.closed() && curve_it2 == curve_endit) { in sp_bspline_do_effect()
288 } else if ( curve_it2 == curve_endit) { in sp_bspline_do_effect()
350 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doBSplineFromWidget() local
370 curve_endit = path_it.end_open(); in doBSplineFromWidget()
373 while (curve_it1 != curve_endit) { in doBSplineFromWidget()
H A Dlpe-simplify.cpp170 …Geom::Path::iterator curve_endit = path_it.end_default(); // this determines when the loop has to … in generateHelperPathAndSmooth() local
183 curve_endit = path_it.end_open(); in generateHelperPathAndSmooth()
191 while (curve_it1 != curve_endit) { in generateHelperPathAndSmooth()
207 if(path_it.closed() && curve_it2 == curve_endit) { in generateHelperPathAndSmooth()
210 if(curve_it2 != curve_endit) { in generateHelperPathAndSmooth()
H A Dlpe-fillet-chamfer.cpp122 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doOnApply() local
132 curve_endit = path_it.end_open(); in doOnApply()
136 while (curve_it != curve_endit) { in doOnApply()
342 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doBeforeEffect() local
352 curve_endit = path_it.end_open(); in doBeforeEffect()
356 while (curve_it != curve_endit) { in doBeforeEffect()
503 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doEffect_path() local
513 curve_endit = path_it.end_open(); in doEffect_path()
516 while (curve_it1 != curve_endit) { in doEffect_path()
H A Dlpe-spiro.cpp66 …Geom::Path::const_iterator curve_endit = path_it.end_default(); // this determines when the loop h… in sp_spiro_do_effect() local
68 while ( curve_it2 != curve_endit ) in sp_spiro_do_effect()
H A Dlpe-roughen.cpp225 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doEffect() local
239 curve_endit = path_it.end_open(); in doEffect()
242 while (curve_it1 != curve_endit) { in doEffect()
287 if (handles == HM_SMOOTH && curve_it1 == curve_endit) { in doEffect()
309 if (handles == HM_ALONG_NODES && curve_it1 == curve_endit) { in doEffect()
H A Dlpe-perspective-envelope.cpp171 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doEffect() local
176 curve_endit = path_it.end_open(); in doEffect()
184 while (curve_it1 != curve_endit) { in doEffect()
H A Dlpe-copy_rotate.cpp553 Geom::Path::const_iterator curve_endit = path_it.end_default(); in doEffect_path() local
564 curve_endit = path_it.end_open(); in doEffect_path()
567 while (curve_it1 != curve_endit) { in doEffect_path()