Searched refs:rectl (Results 1 – 1 of 1) sorted by relevance
1174 RECTL rectl; in PMThreadFunc() local1223 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 …]