Home
last modified time | relevance | path

Searched refs:HRGN (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dgdigrab.c126 HRGN region = NULL; in gdigrab_region_wnd_init()
127 HRGN region_interior = NULL; in gdigrab_region_wnd_init()
/third_party/python/Lib/ctypes/
Dwintypes.py85 HRGN = HANDLE variable
/third_party/skia/gm/
Drasterhandleallocator.cpp257 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); in updateHandle()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp600 HRGN region = ::CreateRectRgn(0, 0, -1, -1); in ImGui_ImplWin32_EnableAlphaCompositing()