Searched refs:MatchesPNGFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dpixel_test_utils.h28 bool MatchesPNGFile(const SkBitmap& gen_bmp,
H A Dpixel_test_utils.cc52 bool MatchesPNGFile(const SkBitmap& gen_bmp, base::FilePath ref_img_path, function in namespace:cc
H A Dpixel_test.cc106 return MatchesPNGFile(
H A Dlayer_tree_pixel_test.cc115 EXPECT_TRUE(MatchesPNGFile(*result_bitmap_,
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc39 using cc::MatchesPNGFile;
1110 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
1117 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
1124 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
1131 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
1138 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
1145 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
1169 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img, cc::ExactPixelComparator(true)));

Completed in 110 milliseconds