HomeSort by relevance Sort by last modified time
    Searched refs:MatchesPNGFile (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/test/
pixel_test_utils.h 26 bool MatchesPNGFile(const SkBitmap& gen_bmp,
pixel_test_utils.cc 40 bool MatchesPNGFile(const SkBitmap& gen_bmp, base::FilePath ref_img_path,
pixel_test.cc 118 return MatchesPNGFile(*result_bitmap_,
layer_tree_pixel_test.cc 117 EXPECT_TRUE(MatchesPNGFile(*result_bitmap_,
  /external/chromium_org/ui/compositor/
layer_unittest.cc 33 using cc::MatchesPNGFile;
946 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
953 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
960 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
967 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
974 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img1, cc::ExactPixelComparator(true)));
981 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img2, cc::ExactPixelComparator(true)));
1005 EXPECT_TRUE(MatchesPNGFile(bitmap, ref_img, cc::ExactPixelComparator(true)));
    [all...]

Completed in 325 milliseconds