/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 110 DECLARE_HANDLE(HMONITOR); 119 WINUSERAPI HMONITOR WINAPI MonitorFromWindow(HWND hwnd, DWORD dwFlags); 120 WINUSERAPI BOOL WINAPI GetMonitorInfoA(HMONITOR hMonitor, LPMONITORINFO lpmi); 138 const HMONITOR hmon = MonitorFromWindow(hwnd, MONITOR_DEFAULTTOPRIMARY); in GetWorkAreaRect()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/tests/ |
D | windows.h | 9 typedef int HMONITOR; typedef
|
/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/python/Lib/ctypes/ |
D | wintypes.py | 82 HMONITOR = HANDLE variable
|
/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;
|
D | vulkan_structs.hpp | 71617 …VULKAN_HPP_CONSTEXPR SurfaceFullScreenExclusiveWin32InfoEXT( HMONITOR hmonitor_ = {} ) VULKAN_HPP_… in SurfaceFullScreenExclusiveWin32InfoEXT() 71647 SurfaceFullScreenExclusiveWin32InfoEXT & setHmonitor( HMONITOR hmonitor_ ) VULKAN_HPP_NOEXCEPT in setHmonitor() 71681 HMONITOR hmonitor = {};
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 282 HMONITOR hmonitor;
|
D | vulkan_structs.hpp | 98220 …VULKAN_HPP_CONSTEXPR SurfaceFullScreenExclusiveWin32InfoEXT( HMONITOR hmonitor_ = {}, const void *… in SurfaceFullScreenExclusiveWin32InfoEXT() 98249 …VULKAN_HPP_CONSTEXPR_14 SurfaceFullScreenExclusiveWin32InfoEXT & setHmonitor( HMONITOR hmonitor_ )… in setHmonitor() 98270 std::tuple<VULKAN_HPP_NAMESPACE::StructureType const &, const void * const &, HMONITOR const &> 98299 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 | 708 …HMONITOR hMonitor = (HMONITOR)MonitorFromWindow((HWND)win32Window.getNative().internal, MON… in getFullScreenSize()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 41 typedef struct HMONITOR__* HMONITOR; typedef
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 88 typedef HANDLE HMONITOR; typedef
|
D | d3d9.h | 97 virtual HMONITOR WINAPI GetAdapterMonitor(UINT Adapter) = 0; 458 HMONITOR (WINAPI *GetAdapterMonitor)(IDirect3D9 *This, UINT Adapter); 505 HMONITOR (WINAPI *GetAdapterMonitor)(IDirect3D9Ex *This, UINT Adapter);
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 410 IN HMONITOR hMonitor;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/ |
D | wsi.txt | 572 * pname:hmonitor is the Win32 code:HMONITOR handle identifying the display 595 pname:hmonitor must: be a valid code:HMONITOR
|
D | wsi.adoc | 611 * pname:hmonitor is the Win32 code:HMONITOR handle identifying the display 634 pname:hmonitor must: be a valid code:HMONITOR
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1729 HMONITOR hMonitor = nullptr; in CreateMainWindow()
|