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

  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 66 ImageSkiaRep first_rep = first_.GetRepresentation(scale_factor); variable
68 if (first_rep.pixel_size() != second_rep.pixel_size()) {
69 DCHECK_NE(first_rep.scale_factor(), second_rep.scale_factor());
70 if (first_rep.scale_factor() == second_rep.scale_factor()) {
72 return GetErrorImageRep(first_rep.scale_factor(),
73 first_rep.pixel_size());
75 first_rep = first_.GetRepresentation(ui::SCALE_FACTOR_100P);
77 DCHECK_EQ(first_rep.pixel_width(), second_rep.pixel_width());
78 DCHECK_EQ(first_rep.pixel_height(), second_rep.pixel_height());
79 if (first_rep.pixel_size() != second_rep.pixel_size())
    [all...]

Completed in 597 milliseconds