Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2274 int get_contour_count(const SkPath& path, SkScalar tolerance) { in get_contour_count() function
2325 int contourCnt = get_contour_count(path, tolerance); in PathToTriangles()
2363 int contourCnt = get_contour_count(path, tolerance); in PathToVertices()
/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp1535 static int get_contour_count(const SkPath& path, SkScalar tolerance) { in get_contour_count() function
1570 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys()