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

/external/skia/src/gpu/
H A DGrTessellator.cpp1553 void stroke_boundary(EdgeList* boundary, VertexList* innerMesh, VertexList* outerMesh, argument
1617 outerMesh->append(outerVertices);
1704 const SkRect& pathBounds, bool antialias, VertexList* outerMesh,
1715 extract_boundaries(mesh, &innerMesh, outerMesh, fillType, c, alloc);
1717 sort_mesh(outerMesh, c, alloc);
1718 if (is_complex(innerMesh) || is_complex(*outerMesh)) {
1721 connect_partners(outerMesh, c, alloc);
1722 sorted_merge(&innerMesh, outerMesh, &aaMesh, c);
1725 outerMesh->fHead = outerMesh
1703 contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, const SkRect& pathBounds, bool antialias, VertexList* outerMesh, SkArenaAlloc& alloc) argument
1748 path_to_polys(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, VertexList* outerMesh) argument
1785 count_outer_mesh_points(const VertexList& outerMesh) argument
1795 outer_mesh_to_triangles(const VertexList& outerMesh, const AAParams* aaParams, void* data) argument
1824 VertexList outerMesh; local
[all...]

Completed in 61 milliseconds