Searched refs:fuse_paths (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-mirror_symmetry.h | 60 BoolParam fuse_paths; member in class:Inkscape::LivePathEffect::LPEMirrorSymmetry
|
H A D | lpe-copy_rotate.h | 55 BoolParam fuse_paths; member in class:Inkscape::LivePathEffect::LPECopyRotate
|
H A D | lpe-copy_rotate.cpp | 69 fuse_paths(_("Fuse paths"), _("Fuse paths by helper line, use fill-rule: evenodd for best result"), "fuse_paths", &wr, this, false), 78 registerParameter(&fuse_paths); 110 if(fuse_paths) { 131 if (fuse_paths && rotation_angle * num_copies > 360 && rotation_angle > 0) { 134 if (fuse_paths && copies_to_360) { 154 if ( fuse_paths || copies_to_360 ) { 348 if (num_copies == 1 && !fuse_paths) { 364 if (fuse_paths) {
|
H A D | lpe-mirror_symmetry.cpp | 74 fuse_paths(_("Fuse paths"), _("Fuse original and the reflection into a single path"), "fuse_paths", &wr, this, false), 82 registerParameter( &fuse_paths); 180 if (!discard_orig_path && !fuse_paths) { 200 if (fuse_paths && !discard_orig_path) { 302 if (!fuse_paths || discard_orig_path) {
|
Completed in 1415 milliseconds