Searched refs:notExpected (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ImageTest.cpp | 663 const SkPMColor notExpected = ~expected; in image_test_read_pixels() local 684 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels() 689 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels() 695 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels() 698 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in image_test_read_pixels() 701 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels() 705 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in image_test_read_pixels()
|
Completed in 5 milliseconds