Searched defs:yCenter (Results 1 - 3 of 3) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h238 int yCenter = desktop->y() + (desktop->height() / 2); local
242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
H A DX11Gui.h226 int yCenter = screenHeight / 2; local
231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height );
H A DWin32Gui.h253 LONG yCenter = (screen.bottom + screen.top) / 2; local
262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),

Completed in 18 milliseconds