Searched refs:flat (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dcspsubdiv.py15 def cspsubdiv(csp,flat):
17 subdiv(sp,flat)
19 def subdiv(sp,flat,i=1):
28 if m <= flat:
H A Dflatten.py26 dest="flat", default=10.0,
33 cspsubdiv.cspsubdiv(p, self.options.flat)
H A Dhpgl_encoder.py49 "flat":float
75 self.flat = self.options.flat / (1016 / ((self.options.resolutionX + self.options.resolutionY) / 2)) # scale flatness to resolution
77 self.toolOffsetFlat = self.flat / self.toolOffset * 4.5 # scale flatness to offset
238 cspsubdiv.cspsubdiv(path, self.flat)
H A Dplotter.py57 self.OptionParser.add_option('--flat', action='store', type='float', dest='flat', default=1.2, help='Curve flatness')
231 inkex.errormsg(' Curve flatness: ' + str(self.options.flat))
259 inkex.errormsg(' Flatness: ' + str(debugObject.flat) + ' plotter steps')
/inkscape/src/widgets/
H A Dstar-toolbar.cpp165 bool flat = ege_select_one_action_get_active( act ) == 0; local
169 prefs->setBool( "/tools/shapes/star/isflatsided", flat);
185 gtk_action_set_visible( prop_action, !flat );
193 repr->setAttribute("inkscape:flatsided", flat ? "true" : "false" );
201 flat ? _("Make polygon") : _("Make star"));
410 gboolean flat = FALSE; local
415 ege_select_one_action_set_active( flat_action, flat ? 0 : 1 );
418 gtk_action_set_visible( sb2, !flat );

Completed in 24 milliseconds