Searched refs:cubic_too_curvy (Results 1 – 2 of 2) sorted by relevance
120 bool cubic_too_curvy(const SkPoint pts[4]);
169 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function in SkPathMeasure280 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()