Home
last modified time | relevance | path

Searched refs:DrawRoundRect (Results 1 – 25 of 86) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dsuggestion_chip_view.cc136 canvas->DrawRoundRect(bounds, height() / 2, flags); in OnPaintBackground()
139 canvas->DrawRoundRect(bounds, height() / 2, flags); in OnPaintBackground()
150 canvas->DrawRoundRect(bounds, height() / 2, flags); in OnPaintBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_button_menu_item_view.cc117 canvas->DrawRoundRect(content_bounds, kFocusedItemRoundRectRadiusDp, flags); in PaintButtonContents()
131 canvas->DrawRoundRect(bounds, kFocusedItemRoundRectRadiusDp, flags); in PaintButtonContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/accessibility/
H A Daccessibility_focus_highlight.cc308 recorder.canvas()->DrawRoundRect(gradient_bounds, gradient_border_radius, in OnPaintLayer()
327 recorder.canvas()->DrawRoundRect(white_ring_bounds, white_ring_border_radius, in OnPaintLayer()
331 recorder.canvas()->DrawRoundRect(bounds, kBorderRadius, original_flags); in OnPaintLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/holding_space/
H A Dholding_space_item_view.cc275 canvas->DrawRoundRect(bounds, kHoldingSpaceCornerRadius, flags); in OnPaintFocus()
293 canvas->DrawRoundRect(bounds, kHoldingSpaceCornerRadius, flags); in OnPaintSelect()
300 canvas->DrawRoundRect(bounds, kHoldingSpaceCornerRadius, flags); in OnPaintSelect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwm_highlight_item_border.cc53 canvas->DrawRoundRect(bounds, corner_radius_, flags); in Paint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dcanvas.h272 void DrawRoundRect(const Rect& rect, int radius, const cc::PaintFlags& flags);
276 void DrawRoundRect(const RectF& rect,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dcanvas.h269 void DrawRoundRect(const Rect& rect, int radius, const cc::PaintFlags& flags);
273 void DrawRoundRect(const RectF& rect,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/extensions/
H A Dicon_with_badge_image_source.cc189 canvas->DrawRoundRect(cutout_rect, kOuterCornerRadius, cutout_flags); in PaintBadge()
192 canvas->DrawRoundRect(badge_background_rect_, kOuterCornerRadius - 1, in PaintBadge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_control_button.cc96 canvas->DrawRoundRect(bounds, ShelfConfig::Get()->control_border_radius(), in PaintBackground()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dfootnote_container_view.cc43 canvas->DrawRoundRect(spilling_rect, radius_, flags); in Paint()
H A Dbubble_border.cc329 canvas->DrawRoundRect(bounds, corner_radius(), flags); in PaintNoShadow()
344 canvas->DrawRoundRect(bounds, border_->corner_radius(), flags); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dfootnote_container_view.cc44 canvas->DrawRoundRect(spilling_rect, radius_, flags); in Paint()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuRenderUtils.pas35 procedure DrawRoundRect(rect: PSDL_Rect; BorderColor, FillColor: Longword; Surface: PSDL_Surface; C… procedure
46 procedure DrawRoundRect(rect: PSDL_Rect; BorderColor, FillColor: Longword; Surface: PSDL_Surface; C… procedure
111 DrawRoundRect(@finalRect, cWhiteColor, cNearBlackColor, Surface, true)
113 DrawRoundRect(@finalRect, cNearBlackColor, cWhiteColor, Surface, true);
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuRenderUtils.pas35 procedure DrawRoundRect(rect: PSDL_Rect; BorderColor, FillColor: Longword; Surface: PSDL_Surface; C… procedure
46 procedure DrawRoundRect(rect: PSDL_Rect; BorderColor, FillColor: Longword; Surface: PSDL_Surface; C… procedure
111 DrawRoundRect(@finalRect, cWhiteColor, cNearBlackColor, Surface, true)
113 DrawRoundRect(@finalRect, cNearBlackColor, cWhiteColor, Surface, true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.cc93 canvas->DrawRoundRect(container_rect, kContainerRadius, paint_flags); in Draw()
140 canvas->DrawRoundRect(gfx::RectF(count_container_rect), in Draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dslider.cc265 canvas->DrawRoundRect( in OnPaint()
269 canvas->DrawRoundRect( in OnPaint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dpainter.cc91 canvas->DrawRoundRect(fill_rect, scaled_radius, flags); in Paint()
100 canvas->DrawRoundRect(stroke_rect, scaled_radius, flags); in Paint()
H A Dbackground.cc56 canvas->DrawRoundRect(gfx::RectF(view->GetLocalBounds()), radius_, flags); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dpainter.cc91 canvas->DrawRoundRect(fill_rect, scaled_radius, flags); in Paint()
100 canvas->DrawRoundRect(stroke_rect, scaled_radius, flags); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dnew_badge.cc70 canvas->DrawRoundRect( in DrawNewBadge()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dink_drop_mask.cc51 recorder.canvas()->DrawRoundRect(gfx::ScaleRect(masking_bound, dsf), in OnPaintLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dmd_icon_normalizer_unittest.cc164 canvas->DrawRoundRect(kIconFrame, kIconSize / 8, flags_opaque); in TEST_F()
170 canvas->DrawRoundRect(kIconFrame, kIconSize / 4, flags_opaque); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dmove_to_account_store_bubble_view.cc80 canvas->DrawRoundRect(bounds, radius, background_flags); in Draw()
90 canvas->DrawRoundRect(bounds, radius, border_flags); in Draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dscrollable_users_list_view.cc112 canvas->DrawRoundRect(GetLocalBounds(), kScrollThumbRadiusDp, fill_flags); in OnPaint()
429 canvas->DrawRoundRect( in OnPaintBackground()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dslider.cc346 canvas->DrawRoundRect( in OnPaint()
350 canvas->DrawRoundRect( in OnPaint()

1234