OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_rect_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm
27
window_rect_
(),
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))
[
all
...]
video_render_ios_gles20.h
71
Rect
window_rect_
;
member in class:webrtc::VideoRenderIosGles20
Completed in 683 milliseconds