Home | History | Annotate | Download | only in tests

Lines Matching refs:test_image

450   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_rect, readback_scroll, scroll_rect));