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 …]
286 Rect globalBounds; in icvUpdateWindowSize() local288 GetWindowBounds(window->window, kWindowContentRgn, &globalBounds); in icvUpdateWindowSize()302 globalBounds.right = globalBounds.left + width; in icvUpdateWindowSize()303 globalBounds.bottom = globalBounds.top + height; in icvUpdateWindowSize()304 SetWindowBounds(window->window, kWindowContentRgn, &globalBounds); in icvUpdateWindowSize()