Lines Matching refs:ImageSkiaRep
63 return new ImageSkia(ImageSkiaRep(bitmap, 1.0f)); in GetErrorImageSkia()
71 virtual ImageSkiaRep GetImageForScale(float scale) OVERRIDE { in GetImageForScale()
73 return ImageSkiaRep(); in GetImageForScale()
75 const ImageSkiaRep* rep = NULL; in GetImageForScale()
90 return rep ? *rep : ImageSkiaRep(); in GetImageForScale()
98 const gfx::ImageSkiaRep rep = ToImageSkiaRep(png_rep); in AddPNGData()
107 static ImageSkiaRep ToImageSkiaRep(const ImagePNGRep& png_rep) { in ToImageSkiaRep()
114 return ImageSkiaRep(); in ToImageSkiaRep()
116 return ImageSkiaRep(bitmap, png_rep.scale); in ToImageSkiaRep()
121 bool operator()(const ImageSkiaRep& rep1, const ImageSkiaRep& rep2) { in operator ()()
126 typedef std::set<ImageSkiaRep, Compare> ImageSkiaRepSet;
152 ImageSkiaRep image_skia_rep = image_skia->GetRepresentation(1.0f); in Get1xPNGBytesFromImageSkia()