Searched refs:_windowRect (Results 1 – 4 of 4) sorted by relevance
386 _windowRect( ), in VideoRenderAGL()411 GetWindowRect(_windowRect); in VideoRenderAGL()503 _windowRect( ), in VideoRenderAGL()519 GetWindowRect(_windowRect); in VideoRenderAGL()981 if (GetWindowRect(_windowRect) == -1) in ScreenUpdateProcess()987 if (_windowWidth != (_windowRect.right - _windowRect.left) in ScreenUpdateProcess()988 || _windowHeight != (_windowRect.bottom - _windowRect.top)) in ScreenUpdateProcess()996 _windowWidth = _windowRect.right - _windowRect.left; in ScreenUpdateProcess()997 _windowHeight = _windowRect.bottom - _windowRect.top; in ScreenUpdateProcess()1401 _windowWidth = _windowRect.right - _windowRect.left; in CreateMixingContext()[all …]
372 _windowRect( ),521 if (GetWindowRect(_windowRect) == -1)527 if (_windowWidth != (_windowRect.right - _windowRect.left)528 || _windowHeight != (_windowRect.bottom - _windowRect.top))530 _windowWidth = _windowRect.right - _windowRect.left;531 _windowHeight = _windowRect.bottom - _windowRect.top;995 if (GetWindowRect(_windowRect) == -1)1001 if (_windowWidth != (_windowRect.right - _windowRect.left)1002 || _windowHeight != (_windowRect.bottom - _windowRect.top))1004 _windowWidth = _windowRect.right - _windowRect.left;[all …]
163 Rect _windowRect; variable
178 Rect _windowRect; // The size of the window variable