Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1142 static bool exceeds_dist(const SkScalar p[], const SkScalar q[], SkScalar dist, in exceeds_dist() function
1157 if (--subLevel >= 0 && exceeds_dist(&pts[0].fX, &pts[1].fX, dist, 4)) { in subdivide_quad()
1170 if (--subLevel >= 0 && exceeds_dist(&pts[0].fX, &pts[1].fX, dist, 6)) { in subdivide_cubic()