Home
last modified time | relevance | path

Searched defs:TOLERANCE (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tests/
DColorMatrixTest.cpp28 const int TOLERANCE = 1; in assert_color() local
/third_party/flutter/skia/tests/
DColorMatrixTest.cpp28 const int TOLERANCE = 1; in assert_color() local
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js46 const TOLERANCE = 0.0001; constant
/third_party/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js46 const TOLERANCE = 0.0001; constant
/third_party/skia/tools/viewer/
DTouchGesture.cpp40 const SkScalar TOLERANCE = SkDoubleToScalar(0.15); in unit_axis_align() local
/third_party/flutter/skia/tools/viewer/
DTouchGesture.cpp40 const SkScalar TOLERANCE = SkDoubleToScalar(0.15); in unit_axis_align() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c44 #define TOLERANCE 0.01 macro