Searched refs:adjust (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | random.h | 68 * @param adjust Adjustment to use for the SpinButton. 79 Glib::RefPtr<Gtk::Adjustment> &adjust, 81 Gtk::Adjustment &adjust,
|
H A D | random.cpp | 51 Glib::RefPtr<Gtk::Adjustment> &adjust, 53 Gtk::Adjustment &adjust, 59 : Scalar(label, tooltip, adjust, digits, suffix, icon, mnemonic) 49 Random(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | point.h | 75 * @param adjust Adjustment to use for the SpinButton. 86 Glib::RefPtr<Gtk::Adjustment> &adjust, 88 Gtk::Adjustment &adjust,
|
H A D | scalar.h | 66 * @param adjust Adjustment to use for the SpinButton. 77 Glib::RefPtr<Gtk::Adjustment> &adjust, 79 Gtk::Adjustment &adjust,
|
H A D | point.cpp | 57 Glib::RefPtr<Gtk::Adjustment> &adjust, 59 Gtk::Adjustment &adjust, 66 xwidget("X:","", adjust, digits), 67 ywidget("Y:","", adjust, digits) 55 Point(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
H A D | scalar.cpp | 47 Glib::RefPtr<Gtk::Adjustment> &adjust, 49 Gtk::Adjustment &adjust, 55 : Labelled(label, tooltip, new SpinButton(adjust, 0.0, digits), suffix, icon, mnemonic), 45 Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
|
/inkscape/src/ |
H A D | text-tag-attributes.h | 112 void addToDxDy(unsigned index, Geom::Point const &adjust);
|
H A D | sp-text.cpp | 1068 void TextTagAttributes::addToDxDy(unsigned index, Geom::Point const &adjust) argument 1073 if (adjust[Geom::X] != 0.0) { 1075 attributes.dx[index] = attributes.dx[index].computed + adjust[Geom::X]; 1077 if (adjust[Geom::Y] != 0.0) { 1079 attributes.dy[index] = attributes.dy[index].computed + adjust[Geom::Y];
|
Completed in 400 milliseconds