Home
last modified time | relevance | path

Searched refs:first_rep (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc62 ImageSkiaRep first_rep = first_.GetRepresentation(scale); in GetImageForScale() local
64 if (first_rep.pixel_size() != second_rep.pixel_size()) { in GetImageForScale()
65 DCHECK_NE(first_rep.scale(), second_rep.scale()); in GetImageForScale()
66 if (first_rep.scale() == second_rep.scale()) { in GetImageForScale()
68 return GetErrorImageRep(first_rep.scale(),first_rep.pixel_size()); in GetImageForScale()
70 first_rep = first_.GetRepresentation(1.0f); in GetImageForScale()
72 DCHECK_EQ(first_rep.pixel_width(), second_rep.pixel_width()); in GetImageForScale()
73 DCHECK_EQ(first_rep.pixel_height(), second_rep.pixel_height()); in GetImageForScale()
74 if (first_rep.pixel_size() != second_rep.pixel_size()) { in GetImageForScale()
76 return GetErrorImageRep(first_rep.scale(), first_rep.pixel_size()); in GetImageForScale()
[all …]