Searched refs:globalBounds (Results 1 – 2 of 2) sorted by relevance
1051 Rect globalBounds = in ScreenUpdateProcess() local1053 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() local1360 GetWindowBounds(window, kWindowContentRgn, &globalBounds); in CreateMixingContext()1362 GetWindowBounds(window, kWindowStructureRgn, &globalBounds); in CreateMixingContext()[all …]
1546 Rect globalBounds; in WinObj_GetWindowBounds() local1555 &globalBounds); in WinObj_GetWindowBounds()1558 PyMac_BuildRect, &globalBounds); in WinObj_GetWindowBounds()1591 Rect globalBounds; in WinObj_SetWindowBounds() local1597 PyMac_GetRect, &globalBounds)) in WinObj_SetWindowBounds()1601 &globalBounds); in WinObj_SetWindowBounds()