Searched refs:getWindowGeometry (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/widgets/
H A Ddesktop-widget.h140 { _dtw->getWindowGeometry (x, y, w, h); }
225 void getWindowGeometry (gint &x, gint &y, gint &w, gint &h);
H A Ddesktop-widget.cpp1293 desktop->getWindowGeometry(x, y, w, h);
1371 SPDesktopWidget::getWindowGeometry (gint &x, gint &y, gint &w, gint &h) function in class:SPDesktopWidget
1502 dtw->getWindowGeometry(x, y, w, h);
1530 dtw->getWindowGeometry(x, y, w, h);
/inkscape/src/
H A Ddesktop.h359 void getWindowGeometry (gint &x, gint &y, gint &w, gint &h);
H A Dsp-namedview.cpp806 desktop->getWindowGeometry(dx, dy, dw, dh);
905 desktop->getWindowGeometry(x, y, w, h);
H A Ddesktop.cpp1277 SPDesktop::getWindowGeometry (gint &x, gint &y, gint &w, gint &h) function in class:SPDesktop

Completed in 58 milliseconds