Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp511 typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // Shcore.lib + dll, Windows 8.1+ typedef
550 static PFN_GetDpiForMonitor GetDpiForMonitorFn = NULL; in ImGui_ImplWin32_GetDpiScaleForMonitor()
552 GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "GetDpiForMonitor"); in ImGui_ImplWin32_GetDpiScaleForMonitor()
/third_party/glfw/src/
H A Dwin32_platform.h311 typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYPE,UINT*,UINT*); typedef
498 PFN_GetDpiForMonitor GetDpiForMonitor_;
H A Dwin32_init.c159 _glfw.win32.shcore.GetDpiForMonitor_ = (PFN_GetDpiForMonitor) in loadLibraries()

Completed in 4 milliseconds