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

/external/webrtc/webrtc/modules/video_render/mac/
H A 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
[all...]
H A Dvideo_render_agl.cc386 _windowRect( ),
411 GetWindowRect(_windowRect);
503 _windowRect( ),
519 GetWindowRect(_windowRect);
981 if (GetWindowRect(_windowRect) == -1)
987 if (_windowWidth != (_windowRect.right - _windowRect.left)
988 || _windowHeight != (_windowRect.bottom - _windowRect.top))
996 _windowWidth = _windowRect
[all...]
H A Dvideo_render_agl.h163 Rect _windowRect; member in class:webrtc::VideoRenderAGL
H A Dvideo_render_nsopengl.h178 Rect _windowRect; // The size of the window member in class:webrtc::VideoRenderNSOpenGL

Completed in 43 milliseconds