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

/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc68 gfx::Image test_image = rb.GetImageNamed(IDR_DEFAULT_FAVICON_32); local
72 item->SetIcon(*test_image.ToImageSkia(), i & 1);
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc450 pp::ImageData test_image(instance_, PP_IMAGEDATAFORMAT_BGRA_PREMUL,
452 FillImageWithGradient(&test_image);
461 ASSERT_EQ(pp::Size(image_width, image_height), test_image.size());
464 dc.PaintImageData(test_image, pp::Point(image_x, image_y));
514 ASSERT_FALSE(CompareImages(test_image, readback_scroll));
517 CompareImageRect(test_image, part_rect, readback_scroll, part_rect));
527 ASSERT_TRUE(CompareImages(test_image, readback_scroll));
534 ASSERT_TRUE(CompareImages(test_image, readback_image));
547 ASSERT_FALSE(CompareImages(test_image, readback_image));
552 CompareImageRect(test_image, scroll_rec
[all...]
/external/chromium_org/third_party/skia/gm/
H A Daaclip.cpp128 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { function
185 test_image(canvas, info);
/external/skia/gm/
H A Daaclip.cpp128 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { function
185 test_image(canvas, info);
/external/chromium_org/third_party/skia/tests/
H A DSurfaceTest.cpp69 static void test_image(skiatest::Reporter* reporter) { function
415 test_image(reporter);
/external/skia/tests/
H A DSurfaceTest.cpp69 static void test_image(skiatest::Reporter* reporter) { function
415 test_image(reporter);

Completed in 196 milliseconds