Searched refs:dpi_helper_ (Results 1 – 2 of 2) sorted by relevance
27 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()
126 std::unique_ptr<Win32DpiHelper> dpi_helper_ = variable