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

  /external/skia/tests/
DrawTextTest.cpp 45 SkColor testColor = test.getColor(x, y);
56 if (refColor != testColor) {
FontHostStreamTest.cpp 49 SkColor testColor = test.getColor(x, y);
60 if (refColor != testColor) {
SurfaceTest.cpp 75 const SkColor testColor = 0x01020304;
117 EXPECT_COPY_ON_WRITE(clear(testColor))
BlurTest.cpp 79 SkColor testColor = test.getColor(x, y);
90 if (refColor != testColor) {
WritePixelsTest.cpp 261 SkPMColor testColor = getCanvasColor(cx, cy);
262 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
  /external/skia/tools/skpdiff/
SkPMetric.cpp 412 LAB testColor;
414 testLAB->readPixel(x, y, &testColor);
415 float contrastA = baselineColor.a - testColor.a;
416 float contrastB = baselineColor.b - testColor.b;
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 90 public void testColor() throws Exception {
  /frameworks/base/core/tests/coretests/src/android/text/
HtmlTest.java 78 public void testColor() throws Exception {

Completed in 994 milliseconds