Home
last modified time | relevance | path

Searched refs:expectedPixel (Results 1 – 9 of 9) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkImageSpatialObjectTest.cxx129 Pixel expectedPixel; in itkImageSpatialObjectTest() local
132 expectedPixel = 1; in itkImageSpatialObjectTest()
133 expectedDerivative[0]=expectedPixel; in itkImageSpatialObjectTest()
134 expectedPixel = 10; in itkImageSpatialObjectTest()
135 expectedDerivative[1]=expectedPixel; in itkImageSpatialObjectTest()
136 expectedPixel = 100; in itkImageSpatialObjectTest()
137 expectedDerivative[2]=expectedPixel; in itkImageSpatialObjectTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DVkDrawableTest.cpp248 SkPMColor expectedPixel; in draw_drawable_test() local
254 expectedPixel = 0xFFFF0000; // Blue in draw_drawable_test()
256 expectedPixel = 0xFF0000FF; // Red in draw_drawable_test()
259 expectedPixel = 0xFF00FF00; // Green in draw_drawable_test()
261 if (expectedPixel != canvasPixel) { in draw_drawable_test()
264 cx, cy, canvasPixel, expectedPixel); in draw_drawable_test()
H A DSurfaceSemaphoreTest.cpp43 SkPMColor expectedPixel; in check_pixels() local
49 expectedPixel = 0xFF0000FF; // Red in check_pixels()
51 expectedPixel = 0xFFFF0000; // Blue in check_pixels()
54 expectedPixel = 0xFF00FF00; // Green in check_pixels()
56 if (expectedPixel != canvasPixel) { in check_pixels()
59 cx, cy, canvasPixel, expectedPixel); in check_pixels()
/dports/lang/spidermonkey78/firefox-78.9.0/image/test/gtest/
H A DCommon.cpp198 uint32_t expectedPixel = pmColor.AsPixel(); in RectIsSolidColor() local
205 if (expectedPixel != gotPixel) { in RectIsSolidColor()
215 ASSERT_EQ_OR_RETURN(expectedPixel, gotPixel, false); in RectIsSolidColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DTextureViewTests.cpp174 RGBA8 expectedPixel(0, 0, 0, expected); in Verify() local
175 EXPECT_PIXEL_RGBA8_EQ(expectedPixel, mRenderPass.color, 0, 0); in Verify()
176 EXPECT_PIXEL_RGBA8_EQ(expectedPixel, mRenderPass.color, mRenderPass.width - 1, in Verify()
/dports/www/firefox/firefox-99.0/image/test/gtest/
H A DCommon.cpp206 uint32_t expectedPixel = pmColor.AsPixel(); in RectIsSolidColor() local
213 if (expectedPixel != gotPixel) { in RectIsSolidColor()
223 ASSERT_EQ_OR_RETURN(expectedPixel, gotPixel, false); in RectIsSolidColor()
/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A DCommon.cpp206 uint32_t expectedPixel = pmColor.AsPixel(); in RectIsSolidColor() local
213 if (expectedPixel != gotPixel) { in RectIsSolidColor()
223 ASSERT_EQ_OR_RETURN(expectedPixel, gotPixel, false); in RectIsSolidColor()
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/gtest/
H A DCommon.cpp206 uint32_t expectedPixel = pmColor.AsPixel(); in RectIsSolidColor() local
213 if (expectedPixel != gotPixel) { in RectIsSolidColor()
223 ASSERT_EQ_OR_RETURN(expectedPixel, gotPixel, false); in RectIsSolidColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp252 GLColor expectedPixel(xOffset + x, yOffset + y, 0, 255); in testDrawingAndReadPixels() local
254 EXPECT_EQ(expectedPixel, actualPixel); in testDrawingAndReadPixels()
274 GLColor expectedPixel(xOffset + x, yOffset + y, 0, 255); in testDrawingAndReadPixels() local
276 EXPECT_EQ(expectedPixel, actualPixel); in testDrawingAndReadPixels()