Searched refs:from_png (Results 1 – 1 of 1) sorted by relevance
267 gfx::Image from_png(image_png_reps); in TEST_F() local268 gfx::Image from_platform(gt::CopyPlatformType(from_png)); in TEST_F()294 gfx::Image from_png(image_png_reps); in TEST_F() local296 EXPECT_TRUE(from_png.HasRepresentation(gfx::Image::kImageRepPNG)); in TEST_F()297 EXPECT_TRUE(gt::IsPlatformImageValid(gt::ToPlatformType(from_png))); in TEST_F()311 gfx::Image from_png(image_png_reps); in TEST_F() local313 gfx::Image from_platform(gt::CopyPlatformType(from_png)); in TEST_F()326 gfx::Image from_png(image_png_reps); in TEST_F() local328 EXPECT_TRUE(gt::IsEqual(from_platform.AsBitmap(), from_png.AsBitmap())); in TEST_F()349 gfx::Image from_png(image_png_reps); in TEST_F() local[all …]