Home
last modified time | relevance | path

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

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