Searched refs:CompareImages (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_unittest.cc45 bool CompareImages(const gfx::Image& image_1, const gfx::Image& image_2) { function in namespace:__anon6499
151 EXPECT_TRUE(CompareImages(src_image, image_info.first));
199 EXPECT_TRUE(CompareImages(src_image2, image_info.first));
218 EXPECT_TRUE(CompareImages(src_image, image_info.first));
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfast_show_pickler_unittest.cc30 CompareImages(m1->top_level_item_list()->item_at(i)->icon(),
35 void CompareImages(const gfx::ImageSkia& image1, function in class:AppListModelPicklerUnitTest
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvpx_scale_test.cc156 void CompareImages(const YV12_BUFFER_CONFIG actual) { function in class:__anon13016::VpxScaleBase
197 CompareImages(img_);
241 CompareImages(cpy_img_);
/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc253 int CompareImages(const base::FilePath& file1, function
420 // CompareImages writes results to stdout unless an error occurred.
422 if (CompareImages(filename1, filename2, histograms) == kStatusError)
443 return CompareImages(
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.h46 bool CompareImages(const pp::ImageData& image1,
H A Dtest_graphics_2d.cc130 bool TestGraphics2D::CompareImages(const pp::ImageData& image1, function in class:TestGraphics2D
479 ASSERT_TRUE(CompareImages(no_image, readback_scroll));
491 ASSERT_TRUE(CompareImages(no_image, readback_scroll));
503 ASSERT_TRUE(CompareImages(no_image, readback_scroll));
514 ASSERT_FALSE(CompareImages(test_image, readback_scroll));
527 ASSERT_TRUE(CompareImages(test_image, readback_scroll));
534 ASSERT_TRUE(CompareImages(test_image, readback_image));
547 ASSERT_FALSE(CompareImages(test_image, readback_image));

Completed in 521 milliseconds