Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/Carbon/
DWindows.py144 kWindowStructureRgn = 32 variable
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1048 GetWindowBounds(window, kWindowStructureRgn, &contentBounds); in ScreenUpdateProcess()
1224 GetWindowBounds(window, kWindowStructureRgn, &contentBounds); in ParentWindowResized()
1362 GetWindowBounds(window, kWindowStructureRgn, &globalBounds); in CreateMixingContext()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c32 #define GetWindowStructureRgn(win, rgn) GetWindowRegion((win), kWindowStructureRgn, (rgn))