Searched refs:tessellate (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | FillRectOp.cpp | 245 this->tessellate(vertexSpec, fPrePreparedVertices); 248 void tessellate(const VertexSpec& vertexSpec, char* dst) const { in tessellate() function in __anon18844::final 287 this->tessellate(vertexSpec, (char*) vdata);
|
H A D | AALinearizingConvexPathRenderer.cpp | 228 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.h | 68 Poly* tessellate(const VertexList& mesh, const Comparator&) const override;
|
H A D | GrAAConvexTessellator.h | 48 bool tessellate(const SkMatrix& m, const SkPath& path); 50 // The next five should only be called after tessellate to extract the result
|
H A D | GrAATriangulator.cpp | 306 // This is a stripped-down version of tessellate() which computes edges which 619 Poly* GrAATriangulator::tessellate(const VertexList& mesh, const Comparator& c) const { in tessellate() function in GrAATriangulator 655 return this->GrTriangulator::tessellate(aaMesh, c); in tessellate() 658 return this->GrTriangulator::tessellate(innerMesh, c); in tessellate()
|
H A D | GrTriangulator.h | 84 virtual Poly* tessellate(const VertexList& vertices, const Comparator&) const;
|
H A D | GrTriangulator.cpp | 1353 Poly* GrTriangulator::tessellate(const VertexList& vertices, const Comparator&) const { in tessellate() function in GrTriangulator 1521 return this->tessellate(mesh, c); in contoursToPolys()
|
H A D | GrAAConvexTessellator.cpp | 256 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { in tessellate() function in GrAAConvexTessellator
|
Completed in 10 milliseconds