Home | History | Annotate | Download | only in tests

Lines Matching defs:actualColor

98             SkColor actualColor = actual.getColor(i, j);
100 REPORTER_ASSERT(reporter, expectedColor == actualColor);
104 int actualChannel = (actualColor >> (k*8)) & 0xff;