Searched defs:yCenter (Results 1 - 3 of 3) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | QtGui.h | 238 int yCenter = desktop->y() + (desktop->height() / 2); local 242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
|
H A D | X11Gui.h | 226 int yCenter = screenHeight / 2; local 231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height );
|
H A D | Win32Gui.h | 253 LONG yCenter = (screen.bottom + screen.top) / 2; local 262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),
|
Completed in 18 milliseconds