Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp49 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function
90 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) { in compute_quad_segs()
114 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()
/external/chromium_org/third_party/skia/src/core/
DSkPathMeasure.cpp49 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() function
90 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) { in compute_quad_segs()
114 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) { in compute_cubic_segs()