Searched refs:distribute (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 83 guint col, Geom::Dim2 orientation, bool distribute); 105 guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute); 108 guint row, guint col, Gtk::Table &table, Geom::Dim2 orientation, bool distribute);
|
H A D | align-and-distribute.cpp | 24 #include "align-and-distribute.h" 402 Geom::Dim2 orientation, bool distribute): 406 _distribute(distribute) 770 Geom::Dim2 orientation, bool distribute): 774 _distribute(distribute) 1001 //The distribute buttons 1002 addDistributeButton(INKSCAPE_ICON("distribute-horizontal-gaps"), 1006 addDistributeButton(INKSCAPE_ICON("distribute-horizontal-left"), 1009 addDistributeButton(INKSCAPE_ICON("distribute-horizontal-center"), 1012 addDistributeButton(INKSCAPE_ICON("distribute 398 ActionNode(const Glib::ustring &id, const Glib::ustring &tiptext, guint column, AlignAndDistribute &dialog, Geom::Dim2 orientation, bool distribute) argument 760 ActionBaseline(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument 1247 addNodeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint col, Geom::Dim2 orientation, bool distribute) argument 1320 addBaselineButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, Gtk::Grid &table, Geom::Dim2 orientation, bool distribute) argument [all...] |
/inkscape/src/ui/tool/ |
H A D | control-point-selection.h | 99 void distribute(Geom::Dim2 d);
|
H A D | control-point-selection.cpp | 267 /** Equdistantly distribute control points by moving them in the specified dimension. */ 268 void ControlPointSelection::distribute(Geom::Dim2 d) function in class:Inkscape::UI::ControlPointSelection
|
H A D | multi-path-manipulator.cpp | 482 _selection.distribute(d);
|
Completed in 26 milliseconds