Searched refs:fuse_paths (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-mirror_symmetry.h60 BoolParam fuse_paths; member in class:Inkscape::LivePathEffect::LPEMirrorSymmetry
H A Dlpe-copy_rotate.h55 BoolParam fuse_paths; member in class:Inkscape::LivePathEffect::LPECopyRotate
H A Dlpe-copy_rotate.cpp69 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 Dlpe-mirror_symmetry.cpp74 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