Home
last modified time | relevance | path

Searched defs:outerMesh (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp1553 void stroke_boundary(EdgeList* boundary, VertexList* innerMesh, VertexList* outerMesh, in stroke_boundary()
1704 const SkRect& pathBounds, bool antialias, VertexList* outerMesh, in contours_to_polys()
1750 VertexList* outerMesh) { in path_to_polys()
1785 int count_outer_mesh_points(const VertexList& outerMesh) { in count_outer_mesh_points()
1795 void* outer_mesh_to_triangles(const VertexList& outerMesh, const AAParams* aaParams, void* data) { in outer_mesh_to_triangles()
1824 VertexList outerMesh; in PathToTriangles() local