Searched defs:expand (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | notebook-page.cpp | 24 NotebookPage::NotebookPage(int n_rows, int n_columns, bool expand, bool fill, guint padding) argument 40 pack_start(*_table, expand, fill, padding);
|
/inkscape/src/extension/internal/filter/ |
H A D | transparency.h | 207 "<param name=\"expand\" gui-text=\"" N_("Expansion") "\" type=\"float\" appearance=\"full\" min=\"0\" max=\"1000\">50</param>\n" 229 std::ostringstream expand; local 236 expand << (ext->get_param_float("erode") * 0.2125) << " " 239 erode << (-ext->get_param_float("expand")); 241 expand << (-ext->get_param_float("erode") * 0.2125) << " " 244 erode << ext->get_param_float("expand"); 251 "</filter>\n", expand.str().c_str(), erode.str().c_str(), opacity.str().c_str()); 281 "<param name=\"expand\" gui-text=\"" N_("Expansion") "\" type=\"float\" appearance=\"full\" min=\"1\" max=\"1000\">5</param>\n" 307 matrix << (ext->get_param_float("expand")) << " "
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-bar.c | 483 gboolean expand; local 491 &expand, 552 gboolean expand; local 558 &expand, 565 if (expand) 600 gboolean expand; local 606 &expand, 630 if (expand) 668 gboolean expand; local 674 &expand, 747 gboolean expand; local 822 gboolean expand; local 871 gboolean expand; local 943 gboolean expand; local [all...] |
/inkscape/src/ |
H A D | splivarot.cpp | 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) argument 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) argument 1863 if (expand) { 1886 if (expand) 1961 (expand ? SP_VERB_SELECTION_OFFSET : SP_VERB_SELECTION_INSET), 1962 (expand [all...] |
Completed in 31 milliseconds