Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPathMeasure.h121 bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt,const SkPoint& lastPt);
/external/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()
/external/skqp/src/core/
DSkPathMeasure.cpp154 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() function in SkPathMeasure
270 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) { in compute_conic_segs()