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

/inkscape/cxxtest/cxxtest/
H A DX11Gui.h223 int screenWidth = WidthOfScreen( screen ); local
225 int xCenter = screenWidth / 2;
228 _width = (screenWidth * 4) / 5;
H A DWin32Gui.h249 LONG screenWidth = screen.right - screen.left; local
255 LONG windowWidth = (screenWidth * 4) / 5;

Completed in 16 milliseconds