Searched defs:xCenter (Results 1 - 3 of 3) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | QtGui.h | 237 int xCenter = desktop->x() + (desktop->width() / 2); local 242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
|
H A D | X11Gui.h | 225 int xCenter = screenWidth / 2; local 231 XMoveResizeWindow( _display, _window, xCenter - (_width / 2), yCenter - (_height / 2), _width, _height );
|
H A D | Win32Gui.h | 252 LONG xCenter = (screen.right + screen.left) / 2; local 262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),
|
Completed in 16 milliseconds