Searched defs:testColor (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DBlurTest.cpp72 SkColor testColor = test.getColor(x, y); local
83 if (refColor != testColor) {
H A DDrawTextTest.cpp46 SkColor testColor = test.getColor(x, y); local
57 if (refColor != testColor) {
H A DFontHostStreamTest.cpp49 SkColor testColor = test.getColor(x, y); local
60 if (refColor != testColor) {
H A DSurfaceTest.cpp75 const SkColor testColor = 0x01020304; local
116 EXPECT_COPY_ON_WRITE(clear(testColor))
H A DWritePixelsTest.cpp263 SkPMColor testColor = getCanvasColor(cx, cy); local
264 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));

Completed in 367 milliseconds