Searched refs:MDT_EFFECTIVE_DPI (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_win32.cpp | 501 typedef enum { MDT_EFFECTIVE_DPI = 0, MDT_ANGULAR_DPI = 1, MDT_RAW_DPI = 2, MDT_DEFAULT = MDT_EFFECTIVE_DPI } MONITOR_DPI_TYPE; enumerator 555 GetDpiForMonitorFn((HMONITOR)monitor, MDT_EFFECTIVE_DPI, &xdpi, &ydpi); in ImGui_ImplWin32_GetDpiScaleForMonitor()
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 154 MDT_EFFECTIVE_DPI = 0, enumerator 157 MDT_DEFAULT = MDT_EFFECTIVE_DPI
|
H A D | win32_monitor.c | 328 if (GetDpiForMonitor(handle, MDT_EFFECTIVE_DPI, &xdpi, &ydpi) != S_OK) in _glfwGetHMONITORContentScaleWin32()
|
Completed in 8 milliseconds