Home
last modified time | relevance | path

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

/external/skqp/tests/
DImageTest.cpp659 const SkPMColor notExpected = ~expected; in image_test_read_pixels() local
678 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
683 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
689 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
692 REPORTER_ASSERT(reporter, has_pixels(pixels, w*h - 1, notExpected)); in image_test_read_pixels()
695 sk_memset32(pixels, notExpected, w*h); in image_test_read_pixels()
699 REPORTER_ASSERT(reporter, has_pixels(&pixels[1], w*h - 1, notExpected)); in image_test_read_pixels()
/external/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()