Home
last modified time | relevance | path

Searched refs:corner_rect (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect_test.cc165 FloatSize corner_rect(10, 10); in TEST() local
167 FloatRoundedRect::Radii(corner_rect, corner_rect, in TEST()
168 corner_rect, corner_rect)); in TEST()
236 FloatSize corner_rect(1, 2); in TEST() local
239 FloatRoundedRect::Radii(corner_rect, corner_rect, corner_rect, in TEST()
240 corner_rect)); in TEST()
H A Dfloat_rounded_rect.cc144 static inline float CornerRectIntercept(float y, const FloatRect& corner_rect) { in CornerRectIntercept() argument
145 DCHECK_GT(corner_rect.Height(), 0); in CornerRectIntercept()
146 return corner_rect.Width() * in CornerRectIntercept()
147 sqrt(1 - (y * y) / (corner_rect.Height() * corner_rect.Height())); in CornerRectIntercept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_rounded_rect_test.cc165 FloatSize corner_rect(10, 10); in TEST() local
167 FloatRoundedRect::Radii(corner_rect, corner_rect, in TEST()
168 corner_rect, corner_rect)); in TEST()
236 FloatSize corner_rect(1, 2); in TEST() local
239 FloatRoundedRect::Radii(corner_rect, corner_rect, corner_rect, in TEST()
240 corner_rect)); in TEST()
H A Dfloat_rounded_rect.cc144 static inline float CornerRectIntercept(float y, const FloatRect& corner_rect) { in CornerRectIntercept() argument
145 DCHECK_GT(corner_rect.Height(), 0); in CornerRectIntercept()
146 return corner_rect.Width() * in CornerRectIntercept()
147 sqrt(1 - (y * y) / (corner_rect.Height() * corner_rect.Height())); in CornerRectIntercept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme.cc110 const IntRect& corner_rect, in PaintScrollCorner() argument
112 if (corner_rect.IsEmpty()) in PaintScrollCorner()
120 DisplayItem::kScrollCorner, corner_rect); in PaintScrollCorner()
122 context.FillRect(corner_rect, Color::kWhite); in PaintScrollCorner()
126 WebThemeEngine::kStateNormal, gfx::Rect(corner_rect), nullptr, in PaintScrollCorner()
H A Dscrollbar_theme_mac.h127 const IntRect& corner_rect,
H A Dscrollbar_theme.h99 const IntRect& corner_rect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/mac/
H A Dcocoa_scrollbar_painter.cc268 const gfx::Rect corner_rect(SkIRectToRect(sk_corner_rect)); in PaintCorner() local
270 PaintTrackGradient(&canvas, corner_rect, params, is_corner); in PaintCorner()
271 PaintTrackInnerBorder(&canvas, corner_rect, params, is_corner); in PaintCorner()
272 PaintTrackOuterBorder(&canvas, corner_rect, params, is_corner); in PaintCorner()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme.cc111 const IntRect& corner_rect, in PaintScrollCorner() argument
113 if (corner_rect.IsEmpty()) in PaintScrollCorner()
123 context.FillRect(corner_rect, Color::kWhite); in PaintScrollCorner()
127 WebThemeEngine::kStateNormal, WebRect(corner_rect), nullptr, in PaintScrollCorner()
H A Dscrollbar_theme_mac.h126 const IntRect& corner_rect,
H A Dscrollbar_theme.h104 const IntRect& corner_rect,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.cc137 const IntRect& corner_rect, in PaintScrollCorner() argument
144 DisplayItem::kScrollCorner, corner_rect); in PaintScrollCorner()
146 context.FillRect(corner_rect, Color::kWhite); in PaintScrollCorner()
H A Dcustom_scrollbar_theme.h52 const IntRect& corner_rect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.cc137 const IntRect& corner_rect, in PaintScrollCorner() argument
146 context.FillRect(corner_rect, Color::kWhite); in PaintScrollCorner()
H A Dcustom_scrollbar_theme.h54 const IntRect& corner_rect,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dborder.rs90 corner_rect: LayerRect::new(origin, size), in new_mask()
794 corner_rect: LayerRect, field
807 request.push(self.corner_rect); in write()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkwindow.c4035 corner_rect (cairo_rectangle_int_t *rect, in corner_rect() function
4057 corner_rect (&rect, style->border->border_top_left_radius); in subtract_decoration_corners_from_region()
4062 corner_rect (&rect, style->border->border_top_right_radius); in subtract_decoration_corners_from_region()
4067 corner_rect (&rect, style->border->border_bottom_left_radius); in subtract_decoration_corners_from_region()
4072 corner_rect (&rect, style->border->border_bottom_right_radius); in subtract_decoration_corners_from_region()
/dports/devel/py-game/pygame-2.1.0/test/
H A Dmask_test.py1028 corner_rect = rect1.inflate(-2, -2)
1031 setattr(rect2, corner, getattr(corner_rect, corner))
1421 corner_rect = rect1.inflate(-2, -2)
1424 setattr(rect2, corner, getattr(corner_rect, corner))
1615 corner_rect = rect1.inflate(-2, -2)
1618 setattr(rect2, corner, getattr(corner_rect, corner))
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwindow.c7238 corner_rect (cairo_rectangle_int_t *rect, in corner_rect() function
7262corner_rect (&rect, _gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_BORDER_TOP_LEFT_RA… in subtract_decoration_corners_from_region()
7267corner_rect (&rect, _gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_BORDER_TOP_RIGHT_R… in subtract_decoration_corners_from_region()
7272corner_rect (&rect, _gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_BORDER_BOTTOM_LEFT… in subtract_decoration_corners_from_region()
7277corner_rect (&rect, _gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_BORDER_BOTTOM_RIGH… in subtract_decoration_corners_from_region()