Searched defs:globalBounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1060 Rect globalBounds = local
1062 globalBounds.top = contentBounds.top;
1063 globalBounds.right = contentBounds.right;
1064 globalBounds.bottom = contentBounds.bottom;
1065 globalBounds.left = contentBounds.left;
1067 windowHeight = globalBounds.bottom - globalBounds.top;
1068 windowWidth = globalBounds.right - globalBounds.left;
1352 Rect globalBounds local
[all...]

Completed in 231 milliseconds