Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathMeasure.h118 bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt,const SkPoint& lastPt);
/external/skia/src/core/
DSkPathMeasure.cpp153 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() function in SkPathMeasure
260 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) { in compute_conic_segs()