Searched refs:first_unless_nearly_zero (Results 1 – 1 of 1) sorted by relevance
207 static inline Sk2f first_unless_nearly_zero(const Sk2f& a, const Sk2f& b) { in first_unless_nearly_zero() function221 *tan0 = first_unless_nearly_zero(p1 - p0, p2 - p0); in get_cubic_tangents()222 *tan1 = first_unless_nearly_zero(p3 - p2, p3 - p1); in get_cubic_tangents()