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/opencv3/modules/highgui/src/
Dwindow_carbon.cpp286 Rect globalBounds; in icvUpdateWindowSize() local
288 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()