Searched refs:get_contour_count (Results 1 – 2 of 2) sorted by relevance
2274 int get_contour_count(const SkPath& path, SkScalar tolerance) { in get_contour_count() function2325 int contourCnt = get_contour_count(path, tolerance); in PathToTriangles()2363 int contourCnt = get_contour_count(path, tolerance); in PathToVertices()
1535 static int get_contour_count(const SkPath& path, SkScalar tolerance) { in get_contour_count() function1570 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys()