Home
last modified time | relevance | path

Searched refs:image_with_shadow (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskbitmap_operations.cc697 SkBitmap image_with_shadow; in CreateDropShadow() local
698 image_with_shadow.allocN32Pixels(bitmap.width() + shadow_margin.width(), in CreateDropShadow()
700 image_with_shadow.eraseARGB(0, 0, 0, 0); in CreateDropShadow()
702 SkCanvas canvas(image_with_shadow); in CreateDropShadow()
725 return image_with_shadow; in CreateDropShadow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dskbitmap_operations.cc699 SkBitmap image_with_shadow; in CreateDropShadow() local
700 image_with_shadow.allocN32Pixels(bitmap.width() + shadow_margin.width(), in CreateDropShadow()
702 image_with_shadow.eraseARGB(0, 0, 0, 0); in CreateDropShadow()
704 SkCanvas canvas(image_with_shadow, SkSurfaceProps{}); in CreateDropShadow()
727 return image_with_shadow; in CreateDropShadow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_item_view.cc140 gfx::ImageSkia image_with_shadow = in OnThemeChanged() local
144 SetImage(views::Button::STATE_NORMAL, image_with_shadow); in OnThemeChanged()