Searched refs:getWindowGeometry (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/widgets/ |
H A D | desktop-widget.h | 140 { _dtw->getWindowGeometry (x, y, w, h); } 225 void getWindowGeometry (gint &x, gint &y, gint &w, gint &h);
|
H A D | desktop-widget.cpp | 1293 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 D | desktop.h | 359 void getWindowGeometry (gint &x, gint &y, gint &w, gint &h);
|
H A D | sp-namedview.cpp | 806 desktop->getWindowGeometry(dx, dy, dw, dh); 905 desktop->getWindowGeometry(x, y, w, h);
|
H A D | desktop.cpp | 1277 SPDesktop::getWindowGeometry (gint &x, gint &y, gint &w, gint &h) function in class:SPDesktop
|
Completed in 58 milliseconds