Searched refs:desktopHeight (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Main/
H A DFrameBufferGDI.cpp58 int desktopHeight = GetSystemMetrics(SM_CYSCREEN); local
59 SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight, SWP_SHOWWINDOW);

Completed in 97 milliseconds