Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPathMeasure.h123 bool cubic_too_curvy(const SkPoint pts[4]);
/external/skia/src/core/
DSkContourMeasure.cpp160 static bool cubic_too_curvy(const SkPoint pts[4], SkScalar tolerance) { in cubic_too_curvy() function
225 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) { in compute_cubic_segs()
/external/skqp/src/core/
DSkPathMeasure.cpp170 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function in SkPathMeasure
293 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()