Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkContourMeasure.cpp127 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function
210 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts, fTolerance)) { in compute_quad_segs()
242 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt, fTolerance)) { in compute_conic_segs()
263 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) { in compute_cubic_segs()
/external/skqp/src/core/
DSkPathMeasure.cpp132 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function
237 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) { in compute_quad_segs()
270 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) { in compute_conic_segs()
293 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()