Home
last modified time | relevance | path

Searched refs:PFN_GetDpiForMonitor (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dwin32_platform.h220 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
333 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c154 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dwin32_platform.h220 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
333 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c154 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwin32_platform.h247 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
372 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c151 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dwin32_platform.h256 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
383 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c153 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dwin32_platform.h261 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
392 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c159 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwin32_platform.h247 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
372 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c151 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dwin32_platform.h247 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
372 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c151 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/src/
H A Dwin32_platform.h256 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
381 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c151 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dwin32_platform.h256 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
381 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c153 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_impl_win32.cpp473 typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // … typedef
516 …if (PFN_GetDpiForMonitor GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "… in ImGui_ImplWin32_GetDpiScaleForMonitor()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_win32.cpp587 typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // … typedef
630 static PFN_GetDpiForMonitor GetDpiForMonitorFn = NULL; in ImGui_ImplWin32_GetDpiScaleForMonitor()
632 … GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "GetDpiForMonitor"); in ImGui_ImplWin32_GetDpiScaleForMonitor()