HomeSort by relevance Sort by last modified time
    Searched refs:test_color (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/tests/
cli-colorspace.tap 73 test_color() { function
98 test_color RGB sRGB && echo "ok" || echo "not ok"
100 test_color XYZ sRGB && echo "ok" || echo "not ok"
101 test_color XYZ RGB sRGB && echo "ok" || echo "not ok"
102 test_color RGB XYZ sRGB && echo "ok" || echo "not ok"
104 test_color LAB sRGB && echo "ok" || echo "not ok"
105 test_color XYZ LAB sRGB && echo "ok" || echo "not ok"
106 test_color LAB XYZ sRGB && echo "ok" || echo "not ok"
107 test_color RGB LAB sRGB && echo "ok" || echo "not ok"
108 test_color LAB RGB sRGB && echo "ok" || echo "not ok
    [all...]
  /external/skia/tests/
ShaderOpacityTest.cpp 88 static void test_color(skiatest::Reporter* reporter) { function
99 test_color(reporter);
OnFlushCallbackTest.cpp 496 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) { function
576 test_color(reporter, readBack, x, SK_ColorRED);
578 test_color(reporter, readBack, x, SK_ColorGREEN);
580 test_color(reporter, readBack, x, SK_ColorBLUE);
582 test_color(reporter, readBack, x, SK_ColorCYAN);
584 test_color(reporter, readBack, x, SK_ColorMAGENTA);
586 test_color(reporter, readBack, x, SK_ColorYELLOW);
  /external/skqp/tests/
ShaderOpacityTest.cpp 88 static void test_color(skiatest::Reporter* reporter) { function
99 test_color(reporter);
OnFlushCallbackTest.cpp 492 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) { function
575 test_color(reporter, readBack, x, SK_ColorRED);
577 test_color(reporter, readBack, x, SK_ColorGREEN);
579 test_color(reporter, readBack, x, SK_ColorBLUE);
581 test_color(reporter, readBack, x, SK_ColorCYAN);
583 test_color(reporter, readBack, x, SK_ColorMAGENTA);
585 test_color(reporter, readBack, x, SK_ColorYELLOW);
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 237 final XmlResourceParser parser = getContext().getResources().getXml(R.xml.test_color);
ResourcesTest.java 94 final XmlPullParser parser = mResources.getXml(R.xml.test_color);
    [all...]

Completed in 129 milliseconds