Home
last modified time | relevance | path

Searched refs:shcore_dll (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp528 static HINSTANCE shcore_dll = ::LoadLibraryA("shcore.dll"); // Reference counted per-process in ImGui_ImplWin32_EnableDpiAwareness() local
529 …etProcessDpiAwarenessFn = (PFN_SetProcessDpiAwareness)::GetProcAddress(shcore_dll, "SetProcessDpiA… in ImGui_ImplWin32_EnableDpiAwareness()
549 static HINSTANCE shcore_dll = ::LoadLibraryA("shcore.dll"); // Reference counted per-process in ImGui_ImplWin32_GetDpiScaleForMonitor() local
551 if (GetDpiForMonitorFn == NULL && shcore_dll != NULL) in ImGui_ImplWin32_GetDpiScaleForMonitor()
552 … GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "GetDpiForMonitor"); in ImGui_ImplWin32_GetDpiScaleForMonitor()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc61 HMODULE shcore_dll = ::LoadLibrary(L"shcore.dll"); in IsProcessPerMonitorDpiAware() local
62 if (shcore_dll) { in IsProcessPerMonitorDpiAware()
67 ::GetProcAddress(shcore_dll, "GetProcessDpiAwareness")); in IsProcessPerMonitorDpiAware()