Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc386 _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 …]
Dvideo_render_nsopengl.mm372 _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 …]
Dvideo_render_agl.h163 Rect _windowRect; variable
Dvideo_render_nsopengl.h178 Rect _windowRect; // The size of the window variable