Searched defs:TOL (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DPackedConfigsTextureTest.cpp23 static const uint8_t TOL = 0x4; variable
32 REPORTER_ASSERT(reporter, diff < TOL);
/external/skqp/tests/
H A DPackedConfigsTextureTest.cpp23 static const uint8_t TOL = 0x4; variable
32 REPORTER_ASSERT(reporter, diff < TOL);
/external/skia/samplecode/
H A DSampleQuadStroker.cpp22 const SkScalar TOL = 7; local
23 return SkPoint::Distance(target, SkPoint::Make(x, y)) <= TOL;
/external/skqp/samplecode/
H A DSampleQuadStroker.cpp22 const SkScalar TOL = 7; local
23 return SkPoint::Distance(target, SkPoint::Make(x, y)) <= TOL;

Completed in 167 milliseconds