Home
last modified time | relevance | path

Searched refs:rectl (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c1174 RECTL rectl; in PMThreadFunc() local
1223 rectl.xLeft = 0; in PMThreadFunc()
1224 rectl.yBottom = 0; in PMThreadFunc()
1225 rectl.xRight = pVideo->hidden->SrcBufferDesc.uiXResolution; // Noninclusive in PMThreadFunc()
1226 rectl.yTop = pVideo->hidden->SrcBufferDesc.uiYResolution; // Noninclusive in PMThreadFunc()
1227 WinCalcFrameRect(pVideo->hidden->hwndFrame, &rectl, FALSE); in PMThreadFunc()
1231 … (WinQuerySysValue (HWND_DESKTOP, SV_CXSCREEN) - (rectl.xRight-rectl.xLeft)) / 2, in PMThreadFunc()
1232 … (WinQuerySysValue (HWND_DESKTOP, SV_CYSCREEN) - (rectl.yTop-rectl.yBottom)) / 2, in PMThreadFunc()
1233 (rectl.xRight-rectl.xLeft), in PMThreadFunc()
1234 (rectl.yTop-rectl.yBottom), in PMThreadFunc()
[all …]