Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc27 BOOL result = dpi_helper_->SetProcessDpiAwarenessContext( in Win32Window()
92 BOOL result = that->dpi_helper_->EnableNonClientDpiScaling(window); in WndProc()
96 that->current_dpi_ = that->dpi_helper_->GetDpiForWindow(window); in WndProc()
Dwin32_window.h126 std::unique_ptr<Win32DpiHelper> dpi_helper_ = variable