Searched defs:kTolerance (Results 1 – 9 of 9) sorted by relevance
35 constexpr static float kTolerance = 1.f / (1 << 20); in DEF_TEST() local
23 const int kTolerance = 1; in nearly_equal() local
54 constexpr static float kTolerance = 2.5f / 256; in fuzzy_equals() local
458 constexpr float kTolerance = 1e-3f; in test_chop_quad_at_midtangent() local474 constexpr float kTolerance = 1e-3f; in test_chop_cubic_at_midtangent() local
405 static constexpr SkScalar kTolerance = 0.01f; in fuzzy_color_equals() local
221 static constexpr float kTolerance = 1.0f / (1 << 11); in nearly_equal() local
43 static constexpr float kTolerance = 0.075f; in seek() local
274 static constexpr auto kTolerance = 1.0e-2f; in computeConvexShadow() local
22 static constexpr float kTolerance = 1e-9f; variable