Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkContourMeasure.cpp149 static bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() function
242 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt, fTolerance)) { in compute_conic_segs()
/third_party/flutter/skia/src/core/
DSkContourMeasure.cpp144 static bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() function
204 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt, fTolerance)) { in compute_conic_segs()