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

  /external/chromium_org/remoting/ios/ui/
scene_view.mm 66 _contentSize = webrtc::DesktopSize(1, 1);
112 return _contentSize;
117 _contentSize.set(size.width, size.height);
120 0.0, _contentSize.width(), 0.0, _contentSize.height(), 1.0, -1.0);
124 newQuad.br.geometryVertex = CGPointMake(_contentSize.width(), 0.0);
125 newQuad.tl.geometryVertex = CGPointMake(0.0, _contentSize.height());
127 CGPointMake(_contentSize.width(), _contentSize.height());
153 (static_cast<float>(_contentSize.height() - _margin.top
    [all...]
scene_view.h 60 webrtc::DesktopSize _contentSize;

Completed in 53 milliseconds