Searched defs:simplify (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/libavoid/ |
H A D | geomtypes.cpp | 389 Polygon Polygon::simplify(void) const function in class:Avoid::Polygon 431 Polygon simplified = this->simplify();
|
/inkscape/src/widgets/ |
H A D | pencil-toolbar.cpp | 50 #include "live_effects/lpe-simplify.h" 164 gint simplify = gtk_toggle_action_get_active( GTK_TOGGLE_ACTION(itact) ); local 166 prefs->setInt(freehand_tool_name(dataKludge) + "/simplify", simplify); 167 gtk_action_set_visible( GTK_ACTION( g_object_get_data(dataKludge, "flatten_simplify") ), simplify ); 292 Inkscape::LivePathEffect::Effect* simplify = lpeitem->getPathEffectOfType(Inkscape::LivePathEffect::SIMPLIFY); local 293 if(simplify){ 294 Inkscape::LivePathEffect::LPESimplify *lpe_simplify = dynamic_cast<Inkscape::LivePathEffect::LPESimplify*>(simplify->getLPEObj()->get_lpe()); 403 /* LPE simplify based tolerance */ 407 _("LPE based interactive simplify"), [all...] |
/inkscape/src/ui/tools/ |
H A D | pencil-tool.cpp | 638 bool simplify = prefs->getInt("/tools/freehand/pencil/simplify", 0); local 639 if(simplify){ 640 double tol2 = prefs->getDoubleLimited("/tools/freehand/pencil/base-simplify", 25.0, 1.0, 100.0) * 0.4; 711 bool simplify = prefs->getInt("/tools/freehand/pencil/simplify", 0); local 712 if(simplify){ 713 double tol2 = prefs->getDoubleLimited("/tools/freehand/pencil/base-simplify", 25.0, 1.0, 100.0) * 0.4; 757 // simplify path, to eliminate small segments
|
H A D | freehand-base.cpp | 25 #include "live_effects/lpe-simplify.h" 298 // write simplify parameters: 316 bool simplify = prefs->getInt(tool_name(dc) + "/simplify", 0); local 317 if(simplify){
|
Completed in 31 milliseconds