Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1051 Rect globalBounds = in ScreenUpdateProcess() local
1053 globalBounds.top = contentBounds.top; in ScreenUpdateProcess()
1054 globalBounds.right = contentBounds.right; in ScreenUpdateProcess()
1055 globalBounds.bottom = contentBounds.bottom; in ScreenUpdateProcess()
1056 globalBounds.left = contentBounds.left; in ScreenUpdateProcess()
1058 windowHeight = globalBounds.bottom - globalBounds.top; in ScreenUpdateProcess()
1059 windowWidth = globalBounds.right - globalBounds.left; in ScreenUpdateProcess()
1343 Rect globalBounds = in CreateMixingContext() local
1360 GetWindowBounds(window, kWindowContentRgn, &globalBounds); in CreateMixingContext()
1362 GetWindowBounds(window, kWindowStructureRgn, &globalBounds); in CreateMixingContext()
[all …]
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1546 Rect globalBounds; in WinObj_GetWindowBounds() local
1555 &globalBounds); in WinObj_GetWindowBounds()
1558 PyMac_BuildRect, &globalBounds); in WinObj_GetWindowBounds()
1591 Rect globalBounds; in WinObj_SetWindowBounds() local
1597 PyMac_GetRect, &globalBounds)) in WinObj_SetWindowBounds()
1601 &globalBounds); in WinObj_SetWindowBounds()