Searched refs:flat (Results 1 - 5 of 5) sorted by relevance
| /inkscape/share/extensions/ |
| H A D | cspsubdiv.py | 15 def cspsubdiv(csp,flat): 17 subdiv(sp,flat) 19 def subdiv(sp,flat,i=1): 28 if m <= flat:
|
| H A D | flatten.py | 26 dest="flat", default=10.0, 33 cspsubdiv.cspsubdiv(p, self.options.flat)
|
| H A D | hpgl_encoder.py | 49 "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 D | plotter.py | 57 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 D | star-toolbar.cpp | 165 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 35 milliseconds