HomeSort by relevance Sort by last modified time
    Searched refs:kWindowStructureRgn (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/plat-mac/Carbon/
Windows.py 144 kWindowStructureRgn = 32
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1040 // NOTE: Calling GetWindowBounds with kWindowStructureRgn will crash intermittentaly if the OS decides it needs to push it into the back for a moment.
1048 GetWindowBounds(window, kWindowStructureRgn, &contentBounds);
    [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 32 #define GetWindowStructureRgn(win, rgn) GetWindowRegion((win), kWindowStructureRgn, (rgn))
    [all...]

Completed in 146 milliseconds