Home
last modified time | relevance | path

Searched defs:testColor (Results 1 – 16 of 16) sorted by relevance

/external/zxing/javase/src/test/java/com/google/zxing/client/j2se/
DMatrixToImageWriterTestCase.java43 public void testColor() throws Exception { in testColor() method in MatrixToImageWriterTestCase
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java22 public void testColor() { in testColor() method in ShapeImmutableTest
/external/skia/tests/
DFontHostStreamTest.cpp53 SkColor testColor = test.getColor(x, y); in compare() local
DDrawTextTest.cpp51 SkColor testColor = test.getColor(x, y); in compare() local
DFontMgrFontConfigTest.cpp46 SkColor testColor = test.getColor(x, y); in bitmap_compare() local
DFontMgrAndroidParserTest.cpp313 SkColor testColor = test.getColor(x, y); in bitmap_compare() local
DBlurTest.cpp108 SkColor testColor = test.getColor(x, y); in compare() local
DWritePixelsTest.cpp287 SkPMColor testColor = get_canvas_color(cx, cy); in check_write() local
DBackendAllocationTest.cpp384 auto checkBackendTexture = [&](const SkColor4f& testColor) { in test_color_init()
DSurfaceTest.cpp512 const SkColor testColor = 0x01020304; in test_copy_on_write() local
/external/angle/src/tests/gl_tests/gles1/
DFogTest.cpp122 const GLColor32F testColor(0.1f, 0.2f, 0.3f, 0.4f); in TEST_P() local
/external/angle/src/tests/gl_tests/
DMaxTextureSizeTest.cpp298 constexpr GLColor testColor(0, 255, 128, 255); in TEST_P() local
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp75 bool verify(const tcu::RGBA &testColor, const tcu::IVec2 &position) const in verify() argument
103 bool verify(const tcu::RGBA &testColor, const tcu::IVec2 &position) const in verify() argument
131 bool verify(const tcu::RGBA &testColor, const tcu::IVec2 &position) const in verify() argument
171 bool SampleAverageVerifier::verify(const tcu::RGBA &testColor, const tcu::IVec2 &position) const in verify() argument
196 bool verify(const tcu::RGBA &testColor, const tcu::IVec2 &position) const in verify() argument
Des31fGeometryShaderTests.cpp2203 const tcu::RGBA testColor = m_glResult->getPixel(x + dx, y + dy); in compare() local
/external/fonttools/Tests/ufoLib/
DUFO3_test.py4810 def testColor(self): member in UFO3ReadLayerInfoTestCase
4982 def testColor(self): member in UFO3WriteLayerInfoTestCase
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp2359 GLColor testColor(rand() % 256, rand() % 256, rand() % 256, 255); in TEST_P() local