Searched refs:tspan_big_enough (Results 1 – 2 of 2) sorted by relevance
127 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function210 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()
132 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function237 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()