Searched refs:has_pixels (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | ImageTest.cpp | 486 static bool has_pixels(const SkPMColor pixels[], int count, SkPMColor expected) { in has_pixels() function 518 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in test_read_pixels() 524 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h, expected)); in test_read_pixels() 530 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in test_read_pixels() 537 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in test_read_pixels()
|