Home
last modified time | relevance | path

Searched refs:window_rect_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_gles20.mm27 window_rect_(), function
38 GetWindowRect(window_rect_);
92 window_width_ = window_rect_.right - window_rect_.left;
93 window_height_ = window_rect_.bottom - window_rect_.top;
178 if (GetWindowRect(window_rect_) == -1) {
182 if (window_width_ != (window_rect_.right - window_rect_.left) ||
183 window_height_ != (window_rect_.bottom - window_rect_.top)) {
184 window_width_ = window_rect_.right - window_rect_.left;
185 window_height_ = window_rect_.bottom - window_rect_.top;
Dvideo_render_ios_gles20.h71 Rect window_rect_; variable