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

  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 67 float _stopWidth;
video_render_nsopengl.h 87 float _stopWidth;
video_render_nsopengl.mm 31 _stopWidth( 0.0f),
85 right = _stopWidth;
291 GLfloat xStop = 2.0f * _stopWidth - 1.0f;
335 _stopWidth = stopWidth;
video_render_agl.cc 43 _stopWidth( 0.0f),
288 GLfloat xStop = 2.0f * _stopWidth - 1.0f;
339 _stopWidth = stopWidth;
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 93 float _stopWidth;
video_render_direct3d9.cc 54 _stopWidth(0),
81 _stopWidth = stopWidth;
96 stopWidth = _stopWidth;
    [all...]

Completed in 1547 milliseconds