Home
last modified time | relevance | path

Searched refs:HMONITOR (Results 1 – 21 of 21) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DDialog.cpp110 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/
Dwindows.h9 typedef int HMONITOR; typedef
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp206 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/
Dimgui_impl_win32.cpp511 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/
Dwintypes.py82 HMONITOR = HANDLE variable
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/mesa3d/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
Dvulkan_structs.hpp71617 …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/
Dvulkan_win32.h282 HMONITOR hmonitor;
/third_party/vulkan-headers/include/vulkan/
Dvulkan_win32.h282 HMONITOR hmonitor;
Dvulkan_structs.hpp98220 …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/
DFrameBufferDD.cpp25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp708HMONITOR hMonitor = (HMONITOR)MonitorFromWindow((HWND)win32Window.getNative().internal, MON… in getFullScreenSize()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h41 typedef struct HMONITOR__* HMONITOR; typedef
/third_party/mesa3d/include/D3D9/
Dd3d9types.h88 typedef HANDLE HMONITOR; typedef
Dd3d9.h97 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/
Dgldrv.h410 IN HMONITOR hMonitor;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/
Dwsi.txt572 * pname:hmonitor is the Win32 code:HMONITOR handle identifying the display
595 pname:hmonitor must: be a valid code:HMONITOR
Dwsi.adoc611 * 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/
DPythonBootstrapperApplication.cpp1729 HMONITOR hMonitor = nullptr; in CreateMainWindow()