Searched refs:GetWindowScaleFactor (Results 1 – 4 of 4) sorted by relevance
82 float GetWindowScaleFactor(HWND hwnd) { in GetWindowScaleFactor() function95 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()
130 float GetWindowScaleFactor(HWND hwnd) { in GetWindowScaleFactor() function214 const float scale = GetWindowScaleFactor(window_info_.window); in CreateHostWindow()364 const float scale = GetWindowScaleFactor(window_info_.window); in GetScreenPoint()
71 virtual double GetWindowScaleFactor() { return 1.0; } in GetWindowScaleFactor() function
119 return s_stub_implementation->GetWindowScaleFactor(); in FlutterDesktopWindowGetScaleFactor()