HomeSort by relevance Sort by last modified time
    Searched defs:testColor (Results 1 - 20 of 20) sorted by null

  /external/skia/tests/
FontMgrFontConfigTest.cpp 21 SkColor testColor = test.getColor(x, y);
23 if (refColor != testColor) {
DrawTextTest.cpp 45 SkColor testColor = test.getColor(x, y);
56 if (refColor != testColor) {
FontHostStreamTest.cpp 46 SkColor testColor = test.getColor(x, y);
57 if (refColor != testColor) {
FontMgrAndroidParserTest.cpp 265 SkColor testColor = test.getColor(x, y);
267 if (refColor != testColor) {
SurfaceTest.cpp 395 const SkColor testColor = 0x01020304;
423 EXPECT_COPY_ON_WRITE(clear(testColor))
    [all...]
WritePixelsTest.cpp 252 SkPMColor testColor = get_canvas_color(cx, cy);
253 if (canvasPixel != testColor) {
255 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
BlurTest.cpp 105 SkColor testColor = test.getColor(x, y);
116 if (refColor != testColor) {
  /external/skqp/tests/
FontMgrFontConfigTest.cpp 21 SkColor testColor = test.getColor(x, y);
23 if (refColor != testColor) {
DrawTextTest.cpp 45 SkColor testColor = test.getColor(x, y);
56 if (refColor != testColor) {
FontHostStreamTest.cpp 46 SkColor testColor = test.getColor(x, y);
57 if (refColor != testColor) {
FontMgrAndroidParserTest.cpp 265 SkColor testColor = test.getColor(x, y);
267 if (refColor != testColor) {
SurfaceTest.cpp 395 const SkColor testColor = 0x01020304;
423 EXPECT_COPY_ON_WRITE(clear(testColor))
    [all...]
WritePixelsTest.cpp 252 SkPMColor testColor = get_canvas_color(cx, cy);
253 if (canvasPixel != testColor) {
255 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
BlurTest.cpp 105 SkColor testColor = test.getColor(x, y);
116 if (refColor != testColor) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java 25 public void testColor() {
  /cts/tests/app/src/android/app/cts/
NotificationCarExtenderTest.java 58 final int testColor = 11;
67 .setColor(testColor)
71 assertEquals(testColor, extender.getColor());
77 final int testColor = 11;
87 .setColor(testColor)
98 assertEquals(testColor, receiveCarExtender.getColor());
  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 105 final int testColor = Color.GREEN;
111 mTestFragment.updateTint(testColor, m);
114 assertEquals(testColor, filter.getColor());
121 public void testColor() {
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 108 public void testColor() {
  /external/fonttools/Tests/ufoLib/
UFO3_test.py     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 2635 milliseconds