Home
last modified time | relevance | path

Searched refs:MDT_EFFECTIVE_DPI (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp501 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 Dwin32_platform.h154 MDT_EFFECTIVE_DPI = 0, enumerator
157 MDT_DEFAULT = MDT_EFFECTIVE_DPI
H A Dwin32_monitor.c328 if (GetDpiForMonitor(handle, MDT_EFFECTIVE_DPI, &xdpi, &ydpi) != S_OK) in _glfwGetHMONITORContentScaleWin32()

Completed in 8 milliseconds