HomeSort by relevance Sort by last modified time
    Searched full:_windowheight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 377 _windowHeight( 0),
530 || _windowHeight != (_windowRect.bottom - _windowRect.top))
533 _windowHeight = _windowRect.bottom - _windowRect.top;
535 glViewport(0, 0, _windowWidth, _windowHeight);
1010 || _windowHeight != (_windowRect.bottom - _windowRect.top))
1013 _windowHeight = _windowRect.bottom - _windowRect.top;
1014 glViewport(0, 0, _windowWidth, _windowHeight);
1024 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth);
video_render_agl.h 152 int _windowHeight;
video_render_nsopengl.h 178 int _windowHeight;
video_render_agl.cc 376 _windowHeight( 0),
494 _windowHeight( 0),
997 || _windowHeight != (_windowRect.bottom - _windowRect.top))
1006 _windowHeight = _windowRect.bottom - _windowRect.top;
    [all...]

Completed in 363 milliseconds