Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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)) {
263 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) {

Completed in 2 milliseconds