HomeSort by relevance Sort by last modified time
    Searched full:second_rep (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 65 ImageSkiaRep second_rep = second_.GetRepresentation(scale); variable
66 if (first_rep.pixel_size() != second_rep.pixel_size()) {
67 DCHECK_NE(first_rep.scale(), second_rep.scale());
68 if (first_rep.scale() == second_rep.scale()) {
73 second_rep = second_.GetRepresentation(1.0f);
74 DCHECK_EQ(first_rep.pixel_width(), second_rep.pixel_width());
75 DCHECK_EQ(first_rep.pixel_height(), second_rep.pixel_height());
76 if (first_rep.pixel_size() != second_rep.pixel_size()) {
81 DCHECK_EQ(first_rep.scale(), second_rep.scale());
83 return CreateImageSkiaRep(first_rep, second_rep);
    [all...]

Completed in 696 milliseconds