Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp46 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function
148 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) { in compute_quad_segs()
175 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) { in compute_conic_segs()
195 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()