Home | History | Annotate | Download | only in image

Lines Matching refs:image_rep

279 ImageSkia::ImageSkia(const ImageSkiaRep& image_rep) {
280 Init(image_rep);
349 void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) {
350 DCHECK(!image_rep.is_null());
358 Init(image_rep);
363 storage_->AddRepresentation(image_rep);
464 void ImageSkia::Init(const ImageSkiaRep& image_rep) {
466 if (image_rep.sk_bitmap().empty()) {
471 NULL, gfx::Size(image_rep.GetWidth(), image_rep.GetHeight()));
472 storage_->image_reps().push_back(image_rep);