Searched refs:_startWidth (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h66 float _startWidth; member in class:webrtc::VideoChannelAGL
H A Dvideo_render_nsopengl.h85 float _startWidth; member in class:webrtc::VideoChannelNSOpenGL
H A Dvideo_render_nsopengl.mm29 _startWidth( 0.0f),
83 left = _startWidth;
290 GLfloat xStart = 2.0f * _startWidth - 1.0f;
334 _startWidth = startWidth;
H A Dvideo_render_agl.cc41 _startWidth( 0.0f),
287 GLfloat xStart = 2.0f * _startWidth - 1.0f;
338 _startWidth = startWidth;
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h91 float _startWidth; member in class:webrtc::D3D9Channel
H A Dvideo_render_direct3d9.cc52 _startWidth(0),
79 _startWidth = startWidth;
94 startWidth = _startWidth;

Completed in 68 milliseconds