Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.h31 int PathToVertices(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
DGrTessellator.cpp1429 int PathToVertices(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToVertices() function
/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp222 int triVertexCount = GrTessellator::PathToVertices(linesOnlyPath, 0, bounds, &windingVertices); in get_geometry()