Searched defs:set_width (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-primitive.cpp94 void FilterPrimitive::set_width(SVGLength const &length) function in class:Inkscape::Filters::FilterPrimitive
H A Dnr-filter.cpp390 void Filter::set_width(SVGLength const &length) function in class:Inkscape::Filters::Filter
/inkscape/share/extensions/
H A Dsynfig_output.py84 def set_width(self, value): function
102 width = property(get_width, set_width)
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp330 double set_width = spfont->horiz_adv_x; local
331 setwidth_spin.set_value(set_width);
333 kerning_slider->set_range(0, set_width);

Completed in 22 milliseconds