Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc82 float GetWindowScaleFactor(HWND hwnd) { in GetWindowScaleFactor() function
95 return LogicalToDevice(BUTTON_WIDTH, GetWindowScaleFactor(hwnd)); in GetButtonWidth()
99 return LogicalToDevice(URLBAR_HEIGHT, GetWindowScaleFactor(hwnd)); in GetURLBarHeight()
655 const int font_height = LogicalToDevice(14, GetWindowScaleFactor(hwnd_)); in OnSize()
942 const float device_scale_factor = GetWindowScaleFactor(hwnd_); in OnCreate()
1056 const float device_scale_factor = GetWindowScaleFactor(hwnd_); in OnAutoResize()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc130 float GetWindowScaleFactor(HWND hwnd) { in GetWindowScaleFactor() function
214 const float scale = GetWindowScaleFactor(window_info_.window); in CreateHostWindow()
364 const float scale = GetWindowScaleFactor(window_info_.window); in GetScreenPoint()
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/
Dstub_flutter_glfw_api.h71 virtual double GetWindowScaleFactor() { return 1.0; } in GetWindowScaleFactor() function
Dstub_flutter_glfw_api.cc119 return s_stub_implementation->GetWindowScaleFactor(); in FlutterDesktopWindowGetScaleFactor()