Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dskbitmap_operations.cc763 SkBitmap image_with_shadow; in CreateDropShadow() local
764 image_with_shadow.allocN32Pixels(bitmap.width() + shadow_margin.width(), in CreateDropShadow()
766 image_with_shadow.eraseARGB(0, 0, 0, 0); in CreateDropShadow()
768 SkCanvas canvas(image_with_shadow); in CreateDropShadow()
791 return image_with_shadow; in CreateDropShadow()