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

/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1051 Rect globalBounds = local
1053 globalBounds.top = contentBounds.top;
1054 globalBounds.right = contentBounds.right;
1055 globalBounds.bottom = contentBounds.bottom;
1056 globalBounds.left = contentBounds.left;
1058 windowHeight = globalBounds.bottom - globalBounds.top;
1059 windowWidth = globalBounds.right - globalBounds.left;
1343 Rect globalBounds local
[all...]
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c1546 Rect globalBounds; local
1555 &globalBounds);
1558 PyMac_BuildRect, &globalBounds);
1591 Rect globalBounds; local
1597 PyMac_GetRect, &globalBounds))
1601 &globalBounds);
2481 PyDoc_STR("(WindowRegionCode regionCode) -> (Rect globalBounds)")},
2485 PyDoc_STR("(WindowRegionCode regionCode, Rect globalBounds) -> None")},

Completed in 107 milliseconds