Searched refs:TransparentImageSource (Results 1 – 1 of 1) sorted by relevance
155 class TransparentImageSource : public gfx::ImageSkiaSource { class157 TransparentImageSource(const ImageSkia& image, double alpha) in TransparentImageSource() function in gfx::__anon01742f430111::TransparentImageSource162 virtual ~TransparentImageSource() {} in ~TransparentImageSource()182 DISALLOW_COPY_AND_ASSIGN(TransparentImageSource);463 return ImageSkia(new TransparentImageSource(image, alpha), image.size()); in CreateTransparentImage()