Searched refs:get_size (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddock-behavior.h49 void get_size(int& width, int& height);
H A Dfloating-behavior.h49 void get_size(int& width, int &height);
H A Dbehavior.h58 virtual void get_size(int &width, int &height) =0;
H A Ddialog.cpp140 inline void Dialog::get_size(int &width, int &height) { _behavior->get_size(width, height); } function in class:Inkscape::UI::Dialog::Dialog
186 get_size(w, h);
H A Ddialog.h88 virtual void get_size(int &width, int &height);
H A Ddock-behavior.cpp134 DockBehavior::get_size(int &width, int &height) function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
136 _dock_item.get_size(width, height);
H A Dfloating-behavior.cpp166 inline void FloatingBehavior::get_size(int &width, int &height) { _d->get_size(width, height); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
/inkscape/src/ui/widget/
H A Ddock-item.h73 void get_size(int& width, int& height);
H A Ddock-item.cpp137 DockItem::get_size(int& width, int& height) function in class:Inkscape::UI::Widget::DockItem
140 getWindow()->get_size(width, height);
/inkscape/src/widgets/
H A Ddesktop-widget.cpp1380 window->get_size (w, h);

Completed in 50 milliseconds