Searched refs:cubic_too_curvy (Results 1 – 3 of 3) sorted by relevance
123 bool cubic_too_curvy(const SkPoint pts[4]);
160 static bool cubic_too_curvy(const SkPoint pts[4], SkScalar tolerance) { in cubic_too_curvy() function225 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) { in compute_cubic_segs()
170 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function in SkPathMeasure293 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()