Searched refs:has_pixels (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ImageTest.cpp | 647 static bool has_pixels(const SkPMColor pixels[], int count, SkPMColor expected) { in has_pixels() function 686 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in image_test_read_pixels() 692 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in image_test_read_pixels() 698 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in image_test_read_pixels() 705 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in image_test_read_pixels()
|
Completed in 4 milliseconds