Searched refs:PathToTriangles (Results 1 – 4 of 4) sorted by relevance
/external/skia/fuzz/ |
D | FuzzTriangulation.cpp | 31 int count = GrTriangulator::PathToTriangles(path, tol, clipBounds, &allocator, &isLinear); in DEF_FUZZ()
|
/external/skia/bench/ |
D | TriangulatorBench.cpp | 101 GrTriangulator::PathToTriangles(path, kTigerTolerance, SkRect::MakeEmpty(), this, in doLoop()
|
/external/skia/src/gpu/geometry/ |
D | GrTriangulator.h | 30 static int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToTriangles() function
|
/external/skia/src/gpu/ops/ |
D | TriangulatingPathRenderer.cpp | 277 return GrTriangulator::PathToTriangles(path, tol, clipBounds, allocator, isLinear); in Triangulate()
|