HomeSort by relevance Sort by last modified time
    Searched defs:AddRepresentation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/image/
image_skia.cc 118 void AddRepresentation(const ImageSkiaRep& image) {
336 copy->AddRepresentation(*iter);
349 void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) {
363 storage_->AddRepresentation(image_rep);
image.cc 435 AddRepresentation(rep);
443 AddRepresentation(rep);
452 AddRepresentation(rep);
460 AddRepresentation(rep);
541 AddRepresentation(rep);
570 AddRepresentation(rep);
602 AddRepresentation(rep);
655 AddRepresentation(new internal::ImageRepPNG());
668 AddRepresentation(rep);
775 void Image::AddRepresentation(internal::ImageRep* rep) const
    [all...]

Completed in 199 milliseconds