Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathMeasure.h120 bool cubic_too_curvy(const SkPoint pts[4]);
/external/skia/src/core/
DSkPathMeasure.cpp169 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { in cubic_too_curvy() function in SkPathMeasure
280 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()