Home
last modified time | relevance | path

Searched refs:GetCurrentDPI (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.h100 UINT GetCurrentDPI();
Dwin32_window.cc182 UINT Win32Window::GetCurrentDPI() { in GetCurrentDPI() function in flutter::Win32Window
Dwin32_flutter_window.cc185 event.pixel_ratio = static_cast<double>(GetCurrentDPI()) / base_dpi; in SendWindowMetrics()