Lines Matching defs:expand
65 void sp_selected_path_do_offset(SPDesktop *desktop, bool expand, double prefOffset);
66 void sp_selected_path_create_offset_object(SPDesktop *desktop, int expand, bool updating);
1578 void sp_selected_path_create_offset_object(SPDesktop *desktop, int expand, bool updating)
1690 sp_repr_set_svg_double(repr, "inkscape:radius", ( expand > 0
1692 : expand < 0
1764 sp_selected_path_do_offset(SPDesktop *desktop, bool expand, double prefOffset)
1863 if (expand) {
1886 if (expand)
1961 (expand ? SP_VERB_SELECTION_OFFSET : SP_VERB_SELECTION_INSET),
1962 (expand ? _("Outset path") : _("Inset path")));