Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c50 HRGN mask_region = *((HRGN*)closure),temp_region = NULL; in CombineRectRegions()
59 *((HRGN*)closure) = temp_region; in CombineRectRegions()
66 HRGN mask_region = NULL; in Win32_SetWindowShape()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1115 HRGN hRegion = reinterpret_cast<HRGN>(::GetPropW(hWnd, kDraggableRegion)); in SubclassedWindowProc()
1135 void SubclassWindow(HWND hWnd, HRGN hRegion) { in SubclassWindow()
1168 SubclassWindow(hwnd, reinterpret_cast<HRGN>(lParam)); in SubclassWindowsProc()
1189 HRGN region = ::CreateRectRgn(it->bounds.x, it->bounds.y, in OnSetDraggableRegions()
Droot_window_win.h128 HRGN draggable_region_;
/third_party/python/Lib/ctypes/
Dwintypes.py85 HRGN = HANDLE variable
/third_party/ffmpeg/libavdevice/
Dgdigrab.c125 HRGN region = NULL; in gdigrab_region_wnd_init()
126 HRGN region_interior = NULL; in gdigrab_region_wnd_init()
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp258 HRGN hrgn = CreateRectRgnIndirect(&clip_bounds_RECT); in updateHandle()
/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()