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

/inkscape/cxxtest/cxxtest/
H A DQtGui.h237 int xCenter = desktop->x() + (desktop->width() / 2); local
242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
H A DX11Gui.h225 int xCenter = screenWidth / 2; local
231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height );
H A DWin32Gui.h252 LONG xCenter = (screen.right + screen.left) / 2; local
262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),

Completed in 16 milliseconds