Home
last modified time | relevance | path

Searched refs:polysToTriangles (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrInnerFanTriangulator.h29 return this->polysToTriangles(polys, vertexAlloc, breadcrumbList); in pathToTriangles()
38 int polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAlloc, in polysToTriangles() function
40 int vertexCount = this->GrTriangulator::polysToTriangles(polys, vertexAlloc); in polysToTriangles()
DGrTriangulator.h38 int count = triangulator.polysToTriangles(polys, vertexAllocator); in PathToTriangles()
87 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const;
175 int polysToTriangles(Poly*, GrEagerVertexAllocator*) const;
DGrTriangulator.cpp1525 void* GrTriangulator::polysToTriangles(Poly* polys, void* data, in polysToTriangles() function in GrTriangulator
1597 int GrTriangulator::polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAllocator) const { in polysToTriangles() function in GrTriangulator
1615 void* end = this->polysToTriangles(polys, verts, fPath.getFillType()); in polysToTriangles()
DGrAATriangulator.cpp684 void* end = this->polysToTriangles(polys, verts, SkPathFillType::kWinding); in polysToAATriangles()
/third_party/skia/src/gpu/ops/
DPathInnerTriangulateOp.cpp417 fFanVertexCount = fFanTriangulator->polysToTriangles(fFanPolys, &alloc, &fFanBreadcrumbs); in onPrepare()