Home
last modified time | relevance | path

Searched refs:notExpected (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DImageTest.cpp647 const SkPMColor notExpected = ~expected; in image_test_read_pixels() local
666 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
671 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
677 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
680 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in image_test_read_pixels()
683 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
687 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in image_test_read_pixels()
/third_party/skia/tests/
DImageTest.cpp663 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()