Home | History | Annotate | Download | only in resource

Lines Matching refs:image_rep

509   gfx::ImageSkiaRep image_rep =
512 EXPECT_EQ(ui::SCALE_FACTOR_100P, GetSupportedScaleFactor(image_rep.scale()));
513 image_rep =
516 EXPECT_EQ(ui::SCALE_FACTOR_200P, GetSupportedScaleFactor(image_rep.scale()));
520 image_rep = image_skia->GetRepresentation(
522 ui::ScaleFactor scale_factor = GetSupportedScaleFactor(image_rep.scale());
558 gfx::ImageSkiaRep image_rep =
561 EXPECT_EQ(ui::SCALE_FACTOR_200P, GetSupportedScaleFactor(image_rep.scale()));
562 EXPECT_EQ(20, image_rep.pixel_width());
563 EXPECT_EQ(20, image_rep.pixel_height());
597 gfx::ImageSkiaRep image_rep =
600 EXPECT_EQ(12, image_rep.pixel_width());
601 image_rep = image_skia->GetRepresentation(
603 EXPECT_EQ(15, image_rep.pixel_width());