/inkscape/src/ |
H A D | sp-glyph.h | 44 glyphOrientation orientation; member in class:SPGlyph
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-item.h | 108 GtkOrientation orientation; member in struct:_GdlDockItem 133 GtkOrientation orientation); 187 GtkOrientation orientation);
|
H A D | gdl-dock-bar.c | 66 GtkOrientation orientation; member in struct:_GdlDockBarPrivate 130 dockbar->_priv->orientation = GTK_ORIENTATION_VERTICAL; 289 if (dockbar->_priv->orientation == GTK_ORIENTATION_HORIZONTAL) 300 if (dockbar->_priv->orientation == GTK_ORIENTATION_VERTICAL) 431 switch (dockbar->_priv->orientation) { 450 switch (dockbar->_priv->orientation) { 1025 return dockbar->_priv->orientation; 1029 GtkOrientation orientation) 1033 dockbar->_priv->orientation = orientation; 1028 gdl_dock_bar_set_orientation(GdlDockBar *dockbar, GtkOrientation orientation) argument [all...] |
H A D | gdl-dock-notebook.c | 66 GtkOrientation orientation); 434 GtkOrientation orientation) 437 if (orientation == GTK_ORIENTATION_HORIZONTAL) 443 GDL_DOCK_ITEM_CLASS (gdl_dock_notebook_parent_class)->set_orientation (item, orientation); 433 gdl_dock_notebook_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument
|
H A D | gdl-dock-paned.c | 71 GtkOrientation orientation); 190 GtkOrientation orientation) 200 if (orientation == GTK_ORIENTATION_HORIZONTAL) 232 item->orientation); 233 /* otherwise, the orientation was set as a construction 320 pos = item->orientation == GTK_ORIENTATION_HORIZONTAL ? 323 pos = item->orientation == GTK_ORIENTATION_HORIZONTAL ? 482 if (item->orientation == GTK_ORIENTATION_HORIZONTAL) { 561 switch (GDL_DOCK_ITEM (object)->orientation) { 598 GtkOrientation orientation) 189 gdl_dock_paned_create_child(GdlDockPaned *paned, GtkOrientation orientation) argument 597 gdl_dock_paned_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument 612 gdl_dock_paned_create_child (GDL_DOCK_PANED (item), orientation); local 668 gdl_dock_paned_new(GtkOrientation orientation) argument [all...] |
H A D | gdl-dock.c | 1144 GtkOrientation orientation; local 1152 g_object_get (dock_item, "orientation", &orientation, NULL); 1153 if ((orientation == GTK_ORIENTATION_HORIZONTAL && 1155 (orientation == GTK_ORIENTATION_VERTICAL && 1162 } else if ((orientation == GTK_ORIENTATION_HORIZONTAL && 1164 (orientation == GTK_ORIENTATION_VERTICAL &&
|
H A D | gdl-dock-item.c | 139 GtkOrientation orientation); 287 * GdlDockItem:orientation: 289 * The orientation of the docking item. If the orientation is set to 292 * orientation is set to #GTK_ORIENTATION_HORIZONTAL, the grip 298 g_param_spec_enum ("orientation", _("Orientation"), 483 item->orientation = GTK_ORIENTATION_VERTICAL; 652 g_value_set_enum (value, item->orientation); 835 if (item->orientation == GTK_ORIENTATION_HORIZONTAL) { 917 if (item->orientation 1789 gdl_dock_item_real_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument 1940 gdl_dock_item_set_orientation(GdlDockItem *item, GtkOrientation orientation) argument [all...] |
/inkscape/src/ui/widget/ |
H A D | dock.cpp | 50 Dock::Dock(Gtk::Orientation orientation) argument 61 static_cast<GtkOrientation>(orientation)); 64 static_cast<GtkOrientation>(orientation)); 68 switch(orientation) { 76 _paned = Gtk::manage(new Gtk::Paned(orientation)); 78 switch (orientation) {
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.cpp | 249 BBoxSort::BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kEnd) : argument 253 anchor = kBegin * bbox.min()[orientation] + kEnd * bbox.max()[orientation]; 275 Geom::Dim2 orientation, 282 _orientation(orientation), 402 Geom::Dim2 orientation, bool distribute): 405 _orientation(orientation), 746 Baselines(SPItem *item, Geom::Point base, Geom::Dim2 orientation) : argument 749 _orientation (orientation) 770 Geom::Dim2 orientation, boo 270 ActionDistribute(const Glib::ustring &id, const Glib::ustring &tiptext, guint row, guint column, AlignAndDistribute &dialog, bool onInterSpace, Geom::Dim2 orientation, double kBegin, double kEnd ) argument 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 1234 addDistributeButton(const Glib::ustring &id, const Glib::ustring tiptext, guint row, guint col, bool onInterSpace, Geom::Dim2 orientation, float kBegin, float kEnd) 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/widgets/ |
H A D | ruler.cpp | 66 GtkOrientation orientation; member in struct:__anon175 200 g_param_spec_enum ("orientation", 202 _("The orientation of the ruler"), 272 priv->orientation = GTK_ORIENTATION_HORIZONTAL; 397 priv->orientation = static_cast<GtkOrientation>(g_value_get_enum (value)); 447 g_value_set_enum (value, priv->orientation); 614 if (priv->orientation == GTK_ORIENTATION_HORIZONTAL) 780 if (priv->orientation == GTK_ORIENTATION_HORIZONTAL) 804 * @orientation: the ruler's orientation 811 sp_ruler_new(GtkOrientation orientation) argument [all...] |
H A D | toolbox.cpp | 1213 GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL; local 1227 orientation = ((pos == GTK_POS_LEFT) || (pos == GTK_POS_RIGHT)) ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; 1228 gtk_orientable_set_orientation (GTK_ORIENTABLE(toolBar), orientation); local 1243 void ToolboxFactory::setOrientation(GtkWidget* toolbox, GtkOrientation orientation) argument 1246 g_message("Set orientation for %p to be %d", toolbox, orientation); 1252 GtkPositionType pos = (orientation == GTK_ORIENTATION_HORIZONTAL) ? GTK_POS_LEFT : GTK_POS_TOP; 1290 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation); local 1300 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation); local 1312 gtk_orientable_set_orientation( GTK_ORIENTABLE(toolbar), orientation ); local [all...] |
/inkscape/src/libavoid/ |
H A D | connector.cpp | 1617 int orientation = (ap.x == an.x) ? 0 : 1; local 1621 orientation, 1633 orientation,
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG.h | 161 /** Used to specify orientation of glyphs in vertical text. */ 765 /** The overall text-orientation of the whole flow. */ 773 /** The overall text-orientation of the whole flow. */ 822 Orientation orientation; /// Orientation of glyph in vertical text member in struct:Inkscape::Text::Layout::Glyph
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 35 12 Jun ver 208 Now scales correctly if orientation points moved or stretched. 2234 # Now join all together and check closure and orientation of result 3311 self.orientation() 3625 self.OptionParser.add_option("", "--orientation-points-count", action="store", type="string", dest="orientation_points_count", default="2", help="Orientation points count") 4040 self.error(_("Orientation points for '%s' layer have not been found! Please add orientation points using Orientation tab!") % layer.get(inkex.addNS('label','inkscape')),"no_orientation_points") 4047 self.error(_("There are more than one orientation point groups in '%s' layer") % orientation_layer.get(inkex.addNS('label','inkscape')),"more_than_one_orientation_point_groups") 4078 self.error(_("Orientation points are wrong! (if there are two orientation points they should not be the same. If there are three orientation points they should not be in a straight line.)"),"wrong_orientation_points") 4080 self.error(_("Orientation points are wrong! (if there are two orientation points they should not be the same. If there are three orientation point 5812 def orientation(self, layer=None) : member in class:Gcodetools [all...] |