Home
last modified time | relevance | path

Searched refs:match_rect (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/
H A Dscreen_base.cc54 Display ScreenBase::GetDisplayMatching(const gfx::Rect& match_rect) const { in GetDisplayMatching()
55 if (match_rect.IsEmpty()) in GetDisplayMatching()
56 return GetDisplayNearestPoint(match_rect.origin()); in GetDisplayMatching()
59 FindDisplayWithBiggestIntersection(display_list_.displays(), match_rect); in GetDisplayMatching()
H A Dscreen_base.h35 Display GetDisplayMatching(const gfx::Rect& match_rect) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/
H A Dscreen_base.cc61 Display ScreenBase::GetDisplayMatching(const gfx::Rect& match_rect) const { in GetDisplayMatching()
62 if (match_rect.IsEmpty()) in GetDisplayMatching()
63 return GetDisplayNearestPoint(match_rect.origin()); in GetDisplayMatching()
66 FindDisplayWithBiggestIntersection(display_list_.displays(), match_rect); in GetDisplayMatching()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dscreen_ash.cc71 const gfx::Rect& match_rect) const override { in GetDisplayMatching()
73 display::FindDisplayWithBiggestIntersection(display_list_, match_rect); in GetDisplayMatching()
172 const gfx::Rect& match_rect) const { in GetDisplayMatching()
173 if (match_rect.IsEmpty()) in GetDisplayMatching()
174 return GetDisplayNearestPoint(match_rect.origin()); in GetDisplayMatching()
177 GetDisplayManager()->active_only_display_list(), match_rect); in GetDisplayMatching()
H A Dscreen_ash.h46 const gfx::Rect& match_rect) const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/host/
H A Dwayland_screen.cc180 const gfx::Rect& match_rect) const { in GetDisplayMatching()
181 if (match_rect.IsEmpty()) in GetDisplayMatching()
182 return GetDisplayNearestPoint(match_rect.origin()); in GetDisplayMatching()
186 match_rect); in GetDisplayMatching()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc126 gfx::Rect match_rect = gfx::ToEnclosingRect(gfx::ConvertRectToDips( in GetDisplayNearestWindow() local
128 return GetDisplayMatching(match_rect); in GetDisplayNearestWindow()
143 const gfx::Rect& match_rect) const { in GetDisplayMatching()
145 display::FindDisplayWithBiggestIntersection(GetAllDisplays(), match_rect); in GetDisplayMatching()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_screen_win.cc28 const gfx::Rect& match_rect) const { in GetDisplayMatching()
29 return GetDisplayNearestPoint(match_rect.CenterPoint()); in GetDisplayMatching()
H A Ddesktop_screen_x11.cc108 const gfx::Rect& match_rect) const { in GetDisplayMatching()
110 display::FindDisplayWithBiggestIntersection(GetAllDisplays(), match_rect); in GetDisplayMatching()
H A Ddesktop_screen_win.h22 const gfx::Rect& match_rect) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/host/
H A Dwayland_screen.cc242 const gfx::Rect& match_rect) const { in GetDisplayMatching()
243 if (match_rect.IsEmpty()) in GetDisplayMatching()
244 return GetDisplayNearestPoint(match_rect.origin()); in GetDisplayMatching()
248 match_rect); in GetDisplayMatching()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dscreen_ozone.cc84 const gfx::Rect& match_rect) const { in GetDisplayMatching()
85 return platform_screen_->GetDisplayMatching(match_rect); in GetDisplayMatching()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dscreen_ozone.cc80 const gfx::Rect& match_rect) const { in GetDisplayMatching()
81 return platform_screen_->GetDisplayMatching(match_rect); in GetDisplayMatching()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dx11_screen_ozone.cc117 gfx::Rect match_rect = gfx::ToEnclosingRect( in GetDisplayMatching() local
121 x11_display_manager_->displays(), match_rect); in GetDisplayMatching()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_screen_ozone.cc160 const gfx::Rect& match_rect) const { in GetDisplayMatching()
164 gfx::ConvertRectToDIP(GetDeviceScaleFactor(), match_rect)); in GetDisplayMatching()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dfind_in_files.cpp709 Rect2 match_rect = rect; in draw_result_text() local
710 match_rect.position.x += font->get_string_size(item_text.left(r.begin_trimmed)).x; in draw_result_text()
711 match_rect.size.x = font->get_string_size(_search_text_label->get_text()).x; in draw_result_text()
712 match_rect.position.y += 1 * EDSCALE; in draw_result_text()
713 match_rect.size.y -= 2 * EDSCALE; in draw_result_text()
715 _results_display->draw_rect(match_rect, Color(0, 0, 0, 0.5)); in draw_result_text()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dfind_in_files.cpp709 Rect2 match_rect = rect; in draw_result_text() local
710 match_rect.position.x += font->get_string_size(item_text.left(r.begin_trimmed)).x; in draw_result_text()
711 match_rect.size.x = font->get_string_size(_search_text_label->get_text()).x; in draw_result_text()
712 match_rect.position.y += 1 * EDSCALE; in draw_result_text()
713 match_rect.size.y -= 2 * EDSCALE; in draw_result_text()
715 _results_display->draw_rect(match_rect, Color(0, 0, 0, 0.5)); in draw_result_text()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/mac/
H A Dscreen_mac.mm39 NSScreen* GetMatchingScreen(const gfx::Rect& match_rect) {
41 // |match_rect| is not on any screen at all.
47 gfx::Rect intersection = gfx::IntersectRects(monitor_area, match_rect);
281 Display GetDisplayMatching(const gfx::Rect& match_rect) const override {
282 NSScreen* match_screen = GetMatchingScreen(match_rect);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/mac/
H A Dscreen_mac.mm38 NSScreen* GetMatchingScreen(const gfx::Rect& match_rect) {
40 // |match_rect| is not on any screen at all.
46 gfx::Rect intersection = gfx::IntersectRects(monitor_area, match_rect);
351 Display GetDisplayMatching(const gfx::Rect& match_rect) const override {
352 NSScreen* match_screen = GetMatchingScreen(match_rect);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Ddesktop_screen_qt.h57 display::Display GetDisplayMatching(const gfx::Rect& match_rect) const override;
H A Ddesktop_screen_qt.cpp92 display::Display DesktopScreenQt::GetDisplayMatching(const gfx::Rect& match_rect) const in GetDisplayMatching()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/headless/
H A Dheadless_screen.h34 const gfx::Rect& match_rect) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/headless/
H A Dheadless_screen.h34 const gfx::Rect& match_rect) const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/public/
H A Dplatform_screen.h68 const gfx::Rect& match_rect) const = 0; in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/android/
H A Ddummy_screen_android.cc54 Display GetDisplayMatching(const gfx::Rect& match_rect) const override { in GetDisplayMatching()

123