Home
last modified time | relevance | path

Searched refs:GetDpiForWindow (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_dpi_helper.h29 UINT GetDpiForWindow(HWND);
Dwin32_dpi_helper.cc57 UINT Win32DpiHelper::GetDpiForWindow(HWND hwnd) { in GetDpiForWindow() function in flutter::Win32DpiHelper
Dwin32_window.cc96 that->current_dpi_ = that->dpi_helper_->GetDpiForWindow(window); in WndProc()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc136 return reinterpret_cast<decltype(::GetDpiForWindow)*>( in GetWindowScaleFactor()