Home
last modified time | relevance | path

Searched refs:PathToTriangles (Results 1 – 4 of 4) sorted by relevance

/external/skia/fuzz/
DFuzzTriangulation.cpp31 int count = GrTriangulator::PathToTriangles(path, tol, clipBounds, &allocator, &isLinear); in DEF_FUZZ()
/external/skia/bench/
DTriangulatorBench.cpp101 GrTriangulator::PathToTriangles(path, kTigerTolerance, SkRect::MakeEmpty(), this, in doLoop()
/external/skia/src/gpu/geometry/
DGrTriangulator.h30 static int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToTriangles() function
/external/skia/src/gpu/ops/
DTriangulatingPathRenderer.cpp277 return GrTriangulator::PathToTriangles(path, tol, clipBounds, allocator, isLinear); in Triangulate()