Home
last modified time | relevance | path

Searched refs:is_cubic_nearly_quadratic (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp225 static inline bool is_cubic_nearly_quadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in is_cubic_nearly_quadratic() function
485 if (is_cubic_nearly_quadratic(p0, p1, p2, p3, tan0, tan1, &c)) { in cubicTo()
601 if (!is_cubic_nearly_quadratic(p0, p1, p2, p3, tan0, tan1, &c) && maxSubdivisions) { in appendCubics()