Searched refs:cubic_too_curvy (Results 1 – 2 of 2) sorted by relevance
225 static bool cubic_too_curvy(const SkPoint pts[4]) in cubic_too_curvy() function233 if (level > 0 && cubic_too_curvy(pts)) in haircubic()
89 static bool cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function125 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()