Searched refs:polysToTriangles (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrInnerFanTriangulator.h | 29 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()
|
D | GrTriangulator.h | 38 int count = triangulator.polysToTriangles(polys, vertexAllocator); in PathToTriangles() 87 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const; 175 int polysToTriangles(Poly*, GrEagerVertexAllocator*) const;
|
D | GrTriangulator.cpp | 1525 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()
|
D | GrAATriangulator.cpp | 684 void* end = this->polysToTriangles(polys, verts, SkPathFillType::kWinding); in polysToAATriangles()
|
/third_party/skia/src/gpu/ops/ |
D | PathInnerTriangulateOp.cpp | 417 fFanVertexCount = fFanTriangulator->polysToTriangles(fFanPolys, &alloc, &fFanBreadcrumbs); in onPrepare()
|