Searched defs:kTol (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DProcessorTest.cpp425 static constexpr float kTol = 4 / 255.f; local
426 if (rDiff > kTol || gDiff > kTol || bDiff > kTol || aDiff > kTol) {
432 kTol, input4f.fRGBA[0], input4f.fRGBA[1], input4f.fRGBA[2],
H A DGrShapeTest.cpp47 static constexpr int kTol = 0; local
55 clip.outset(SkIntToScalar(kTol), SkIntToScalar(kTol));

Completed in 82 milliseconds