Searched refs:PathToVertices (Results 1 – 3 of 3) sorted by relevance
31 int PathToVertices(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
1429 int PathToVertices(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToVertices() function
222 int triVertexCount = GrTessellator::PathToVertices(linesOnlyPath, 0, bounds, &windingVertices); in get_geometry()