/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.h | 67 DxgiCapture *dxgicap_new (HMONITOR monitor, GstDXGIScreenCapSrc * src); 78 HMONITOR get_hmonitor_by_device_name (const gchar * device_name); 79 HMONITOR get_hmonitor_primary (void); 80 HMONITOR get_hmonitor_by_index (int index); 82 gboolean get_monitor_physical_size (HMONITOR hmonitor, LPRECT rect);
|
D | gstdxgiscreencapsrc.c | 132 static HMONITOR _get_hmonitor (GstDXGIScreenCapSrc * src); 351 HMONITOR hmonitor = _get_hmonitor (src); in gst_dxgi_screen_cap_src_get_caps() 396 HMONITOR hmonitor = _get_hmonitor (src); in gst_dxgi_screen_cap_src_start() 574 static HMONITOR 577 HMONITOR hmonitor = NULL; in _get_hmonitor()
|
D | dxgicapture.c | 265 dxgicap_new (HMONITOR monitor, GstDXGIScreenCapSrc * src) in dxgicap_new() 1179 HMONITOR hmonitor; 1183 monitor_enum_proc_by_name (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_by_name() 1199 HMONITOR 1209 monitor_enum_proc_primary (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_primary() 1225 HMONITOR 1238 HMONITOR hmonitor; 1242 monitor_enum_proc_by_index (HMONITOR hmonitor, HDC hdc, LPRECT rect, in monitor_enum_proc_by_index() 1259 HMONITOR 1270 get_monitor_physical_size (HMONITOR hmonitor, LPRECT rect) in get_monitor_physical_size()
|
D | gstwinscreencap.c | 34 _diplay_monitor_enum (HMONITOR hMon, HDC hdc, LPRECT rect, LPARAM param) in _diplay_monitor_enum()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.h | 38 HMONITOR monitor_handle); 57 HRESULT gst_d3d11_screen_capture_find_output_for_monitor (HMONITOR monitor, 61 HRESULT gst_d3d11_screen_capture_find_primary_monitor (HMONITOR * monitor, 66 HMONITOR * monitor,
|
D | gstd3d11screencapturedevice.cpp | 55 HMONITOR monitor_handle; 117 self->monitor_handle = (HMONITOR) g_value_get_uint64 (value); in gst_d3d11_screen_capture_device_set_property()
|
D | gstd3d11screencapture.cpp | 254 Init (GstD3D11Device * device, HMONITOR monitor) in Init() 690 InitDupl (GstD3D11Device * device, HMONITOR monitor) in InitDupl() 1502 HMONITOR monitor_handle; 1672 self->monitor_handle = (HMONITOR) g_value_get_pointer (value); in gst_d3d11_screen_capture_set_property() 1715 gst_d3d11_screen_capture_new (GstD3D11Device * device, HMONITOR monitor_handle) in gst_d3d11_screen_capture_new() 1918 gst_d3d11_screen_capture_find_output_for_monitor (HMONITOR monitor, in gst_d3d11_screen_capture_find_output_for_monitor() 1964 gst_d3d11_screen_capture_find_primary_monitor (HMONITOR * monitor, in gst_d3d11_screen_capture_find_primary_monitor() 2015 gst_d3d11_screen_capture_find_nth_monitor (guint index, HMONITOR * monitor, in gst_d3d11_screen_capture_find_nth_monitor()
|
D | gstd3d11screencapturesrc.cpp | 88 HMONITOR monitor_handle; 237 self->monitor_handle = (HMONITOR) g_value_get_uint64 (value); in gst_d3d11_screen_capture_src_set_property() 630 HMONITOR monitor = self->monitor_handle; in gst_d3d11_screen_capture_src_start()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11screencapturesrc.cpp | 69 HMONITOR handle; in enum_devices() 85 handle = (HMONITOR) hmonitor; in enum_devices()
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 206 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource() 211 HMONITOR hMonitor = m_lpD3D9->GetAdapterMonitor (i); in InitResource() 386 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource() 391 HMONITOR hMonitor = m_lpD3D9->GetAdapterMonitor (i); in InitResource()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 511 typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // … 555 GetDpiForMonitorFn((HMONITOR)monitor, MDT_EFFECTIVE_DPI, &xdpi, &ydpi); in ImGui_ImplWin32_GetDpiScaleForMonitor() 572 HMONITOR monitor = ::MonitorFromWindow((HWND)hwnd, MONITOR_DEFAULTTONEAREST); in ImGui_ImplWin32_GetDpiScaleForHwnd()
|
/third_party/cef/tests/cefclient/browser/ |
D | window_test_runner_win.cc | 44 HMONITOR monitor = in SetPosImpl()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsmodes.c | 40 WIN_GetMonitorDPI(HMONITOR hMonitor, in WIN_GetMonitorDPI() 358 HMONITOR hmon = MonitorFromPoint(pt, MONITOR_DEFAULTTONULL); in WIN_GetDisplayUsableBounds()
|
D | SDL_windowsvideo.h | 139 HRESULT (WINAPI *GetDpiForMonitor)( HMONITOR hmonitor,
|
D | SDL_windowsvideo.c | 120 …data->GetDpiForMonitor = (HRESULT (WINAPI *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_Load… in WIN_CreateDevice()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 82 HMONITOR = HANDLE variable
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 294 HMONITOR hmonitor;
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferDD.cpp | 25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 572 …HMONITOR hMonitor = (HMONITOR)MonitorFromWindow((HWND)win32Window.getNative().internal, MON… in getFullScreenSize()
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/ |
D | win32-videooverlay.c | 66 HMONITOR monitor = MonitorFromWindow (hwnd, MONITOR_DEFAULTTONEAREST); in get_monitor_size()
|