Searched refs:tessellate (Results 1 – 6 of 6) sorted by relevance
197 tessellate(); in BuildIcosphere()254 void tessellate() in tessellate() function in __anon8151ae910111::BuildIcosphere
48 bool tessellate(const SkMatrix& m, const SkPath& path);
246 if (!tess.tessellate(args.fViewMatrix, args.fPath)) { in onPrepareDraws()
790 if (!tess.tessellate(args.fViewMatrix, args.fPath)) { in prepareLinesOnlyDraws()
223 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { in tessellate() function in GrAAConvexTessellator
1351 Poly* tessellate(const VertexList& vertices, SkArenaAlloc& alloc) { in tessellate() function1726 return tessellate(aaMesh, alloc); in contours_to_polys()1730 return tessellate(innerMesh, alloc); in contours_to_polys()1733 return tessellate(mesh, alloc); in contours_to_polys()