Searched refs:FixedSource (Results 1 – 1 of 1) sorted by relevance
27 class FixedSource : public ImageSkiaSource { class29 FixedSource(const ImageSkiaRep& image) : image_(image) {} in FixedSource() function in gfx::__anonc541c9e50111::FixedSource31 virtual ~FixedSource() { in ~FixedSource()41 DISALLOW_COPY_AND_ASSIGN(FixedSource);116 TEST(ImageSkiaTest, FixedSource) { in TEST() argument118 ImageSkia image_skia(new FixedSource(image), Size(100, 200)); in TEST()