Home
last modified time | relevance | path

Searched refs:tessellate (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp245 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 DAALinearizingConvexPathRenderer.cpp228 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.h68 Poly* tessellate(const VertexList& mesh, const Comparator&) const override;
H A DGrAAConvexTessellator.h48 bool tessellate(const SkMatrix& m, const SkPath& path);
50 // The next five should only be called after tessellate to extract the result
H A DGrAATriangulator.cpp306 // 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 DGrTriangulator.h84 virtual Poly* tessellate(const VertexList& vertices, const Comparator&) const;
H A DGrTriangulator.cpp1353 Poly* GrTriangulator::tessellate(const VertexList& vertices, const Comparator&) const { in tessellate() function in GrTriangulator
1521 return this->tessellate(mesh, c); in contoursToPolys()
H A DGrAAConvexTessellator.cpp256 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { in tessellate() function in GrAAConvexTessellator

Completed in 10 milliseconds