Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc240 class HSLImageSource : public gfx::ImageSkiaSource { class
242 HSLImageSource(const ImageSkia& image, in HSLImageSource() function in gfx::__anon0ef94d760111::HSLImageSource
248 virtual ~HSLImageSource() { in ~HSLImageSource()
262 DISALLOW_COPY_AND_ASSIGN(HSLImageSource);
489 return ImageSkia(new HSLImageSource(image, hsl_shift), image.size()); in CreateHSLShiftedImage()