Searched refs:AddRepresentation (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dimage_holder.cc87 image_.AddRepresentation(gfx::ImageSkiaRep(*bitmap, 1.0));
91 image_.AddRepresentation(gfx::ImageSkiaRep(*bitmap, 2.0));
/external/chromium_org/ui/gfx/image/
H A Dimage.cc434 AddRepresentation(rep);
442 AddRepresentation(rep);
451 AddRepresentation(rep);
459 AddRepresentation(rep);
540 AddRepresentation(rep);
569 AddRepresentation(rep);
601 AddRepresentation(rep);
654 AddRepresentation(new internal::ImageRepPNG());
667 AddRepresentation(rep);
774 void Image::AddRepresentation(interna function in class:gfx::Image
[all...]
H A Dimage_skia.h99 void AddRepresentation(const gfx::ImageSkiaRep& image_rep);
H A Dimage_skia_unittest.cc218 image.AddRepresentation(ImageSkiaRep(
220 image.AddRepresentation(ImageSkiaRep(
222 image.AddRepresentation(ImageSkiaRep(
268 image.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
271 copy.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
273 unrelated.AddRepresentation(gfx::ImageSkiaRep(gfx::Size(10, 10),
421 image_skia.AddRepresentation(rep_2x);
H A Dimage.h189 void AddRepresentation(internal::ImageRep* rep) const;
H A Dimage_skia.cc118 void AddRepresentation(const ImageSkiaRep& image) { function in class:gfx::internal::ImageSkiaStorage
336 copy->AddRepresentation(*iter);
349 void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) { function in class:gfx::ImageSkia
363 storage_->AddRepresentation(image_rep);
H A Dimage_unittest.cc173 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
219 image_skia.AddRepresentation(gfx::ImageSkiaRep(bitmap_1x,
221 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
628 image_skia.AddRepresentation(gfx::ImageSkiaRep(
631 image_skia.AddRepresentation(gfx::ImageSkiaRep(
654 image_skia.AddRepresentation(gfx::ImageSkiaRep(
/external/chromium_org/extensions/browser/
H A Dextension_icon_image.cc217 image_skia_.AddRepresentation(rep);
H A Dimage_loader.cc284 image_skia.AddRepresentation(gfx::ImageSkiaRep(
315 image_skia_map[key].AddRepresentation(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_storage_manager.cc147 icon.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
H A Dextension_action.cc179 icon->AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc140 result.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
/external/chromium_org/components/favicon_base/
H A Dfavicon_util.cc220 resized_image_skia.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc802 favicon.AddRepresentation(gfx::ImageSkiaRep(bmp, scale));
/external/chromium_org/ui/base/x/
H A Dx11_util.cc1212 image_skia.AddRepresentation(image_rep);
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1281 // in image_skia.AddRepresentation() determines the DIP size for
1307 image_skia.AddRepresentation(

Completed in 6760 milliseconds