Searched refs:ImagePNGRep (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_png_rep.h14 // An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
16 struct GFX_EXPORT ImagePNGRep { struct in namespace:gfx
18 ImagePNGRep();
19 ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
21 ~ImagePNGRep();
H A Dimage_png_rep.cc14 ImagePNGRep::ImagePNGRep() function in class:gfx::ImagePNGRep
19 ImagePNGRep::ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data, function in class:gfx::ImagePNGRep
25 ImagePNGRep::~ImagePNGRep() {
28 gfx::Size ImagePNGRep::Size() const {
H A Dimage.cc40 const std::vector<ImagePNGRep>& image_png_reps);
46 NSImage* NSImageFromPNG(const std::vector<ImagePNGRep>& image_png_reps,
53 const std::vector<ImagePNGRep>& image_png_reps);
97 bool AddPNGData(const ImagePNGRep& png_rep) {
107 static ImageSkiaRep ToImageSkiaRep(const ImagePNGRep& png_rep) {
134 const std::vector<ImagePNGRep>& image_png_reps) {
219 ImageRepPNG(const std::vector<ImagePNGRep>& image_png_reps)
238 for (std::vector<ImagePNGRep>::const_iterator it = image_reps().begin();
251 const std::vector<ImagePNGRep>& image_reps() const { return image_png_reps_; }
254 std::vector<ImagePNGRep> image_png_reps
[all...]
H A Dimage_unittest.cc82 // gfx::ImageSkia and gfx::ImagePNGRep are available on all platforms.
91 std::vector<gfx::ImagePNGRep> image_png_reps;
102 std::vector<gfx::ImagePNGRep> image_png_reps1;
103 image_png_reps1.push_back(gfx::ImagePNGRep(NULL, 1.0f));
108 std::vector<gfx::ImagePNGRep> image_png_reps2;
109 image_png_reps2.push_back(gfx::ImagePNGRep(
180 std::vector<gfx::ImagePNGRep> image_png_reps;
181 image_png_reps.push_back(gfx::ImagePNGRep(
199 std::vector<gfx::ImagePNGRep> image_png_reps;
200 image_png_reps.push_back(gfx::ImagePNGRep(bytes1
[all...]
H A Dimage.h43 struct ImagePNGRep;
68 explicit Image(const std::vector<ImagePNGRep>& image_reps);
/external/chromium_org/components/favicon_base/
H A Dfavicon_util.cc31 std::vector<gfx::ImagePNGRep> SelectFaviconFramesFromPNGsWithoutResizing(
35 std::vector<gfx::ImagePNGRep> png_reps;
50 png_reps.push_back(gfx::ImagePNGRep(best_candidate, 1.0f));
75 png_reps.push_back(gfx::ImagePNGRep(png_data[i].bitmap_data, it->second));
176 std::vector<gfx::ImagePNGRep> png_reps =
235 gfx::ImagePNGRep(png_bytes, resized_image_skia_reps[i].scale()));
/external/chromium_org/athena/content/
H A Dcontent_proxy.cc89 std::vector<gfx::ImagePNGRep> image_reps;
90 image_reps.push_back(gfx::ImagePNGRep(png_data_, 0.0f));
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc218 std::vector<gfx::ImagePNGRep> image_reps;
219 image_reps.push_back(gfx::ImagePNGRep(entry->screenshot(), 1.0f));
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc137 std::vector<gfx::ImagePNGRep> image_reps;
138 image_reps.push_back(gfx::ImagePNGRep(entry->screenshot(), 1.0f));

Completed in 156 milliseconds