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

/inkscape/share/extensions/
H A Dwebslicer_export.py344 opts = ''
345 if 'bg-color' in conf: opts += ' -b "'+conf['bg-color']+'" -y 1'
346 if 'dpi' in conf: opts += ' -d '+conf['dpi']
349 opts += ' -w '+dim[0]+' -h '+dim[1]
352 opts, el.attrib['id'], img_name_png, self.tmp_svg
356 opts = ''
358 opts += ' -quality '+str(conf['quality'])
361 opts += ' -type Grayscale'
363 opts += ' -type Palette'
365 opts
[all...]
H A Dextrude.py30 opts = [('-m', '--mode', 'string', 'mode', 'Lines',
33 for o in opts:
H A Dedge3d.py25 opts = [('-a', '--angle', 'float', 'angle', 45.0,
40 for o in opts:
H A Dlayout_nup.py39 opts = [('', '--unit', 'string', 'unit', 'px', ''),
67 for o in opts:
/inkscape/src/
H A Dsp-flowtext.cpp163 SPCSSAttr *opts = sp_repr_css_attr(this->getRepr(), "inkscape:layoutOptions"); local
165 gchar const *val = sp_repr_css_property(opts, "justification", NULL);
181 gchar const *val = sp_repr_css_property(opts, "layoutAlgo", NULL);
196 gchar const *val = sp_repr_css_property(opts, "par-indent", NULL);
205 sp_repr_css_attr_unref(opts);

Completed in 84 milliseconds