Searched defs:windowWidth (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h240 int windowWidth = (desktop->width() * 4) / 5; local
242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
H A DWin32Gui.h255 LONG windowWidth = (screenWidth * 4) / 5; local
262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),
263 windowWidth, windowHeight, 0 );

Completed in 15 milliseconds