Home
last modified time | relevance | path

Searched refs:kWindowContentRgn (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/Carbon/
DWindows.py145 kWindowContentRgn = 33 variable
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1046 GetWindowBounds(window, kWindowContentRgn, &contentBounds); in ScreenUpdateProcess()
1222 GetWindowBounds(window, kWindowContentRgn, &contentBounds); in ParentWindowResized()
1360 GetWindowBounds(window, kWindowContentRgn, &globalBounds); in CreateMixingContext()
1600 GetWindowBounds(_windowRef, kWindowContentRgn, &rect); in GetWindowRect()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c33 #define GetWindowContentRgn(win, rgn) GetWindowRegion((win), kWindowContentRgn, (rgn))