OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_windowwidth
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm
373
_windowWidth
( 0),
527
if (
_windowWidth
!= (_windowRect.right - _windowRect.left)
530
_windowWidth
= _windowRect.right - _windowRect.left;
533
glViewport(0, 0,
_windowWidth
, _windowHeight);
1001
if (
_windowWidth
!= (_windowRect.right - _windowRect.left)
1004
_windowWidth
= _windowRect.right - _windowRect.left;
1006
glViewport(0, 0,
_windowWidth
, _windowHeight);
1016
aglChannel->UpdateStretchSize(_windowHeight,
_windowWidth
);
video_render_agl.h
150
int
_windowWidth
;
video_render_nsopengl.h
179
int
_windowWidth
;
video_render_agl.cc
373
_windowWidth
( 0),
490
_windowWidth
( 0),
987
if (
_windowWidth
!= (_windowRect.right - _windowRect.left)
996
_windowWidth
= _windowRect.right - _windowRect.left;
[
all
...]
Completed in 3595 milliseconds