Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc378 class DropShadowSource : public ImageSkiaSource { class
380 DropShadowSource(const ImageSkia& source, in DropShadowSource() function in gfx::__anon01742f430111::DropShadowSource
385 virtual ~DropShadowSource() {} in ~DropShadowSource()
405 DISALLOW_COPY_AND_ASSIGN(DropShadowSource);
542 return ImageSkia(new DropShadowSource(source, shadows), shadow_image_size); in CreateImageWithDropShadow()