HomeSort by relevance Sort by last modified time
    Searched refs:_stopWidth (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.h 68 float _stopWidth;
video_render_nsopengl.h 85 float _stopWidth;
video_render_nsopengl.mm 31 _stopWidth( 0.0f),
85 right = _stopWidth;
293 GLfloat xStop = 2.0f * _stopWidth - 1.0f;
337 _stopWidth = stopWidth;
video_render_agl.cc 44 _stopWidth( 0.0f),
289 GLfloat xStop = 2.0f * _stopWidth - 1.0f;
340 _stopWidth = stopWidth;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.h 95 float _stopWidth;
video_render_direct3d9.cc 55 _stopWidth(0),
82 _stopWidth = stopWidth;
97 stopWidth = _stopWidth;
    [all...]

Completed in 4103 milliseconds