Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1951 void stroke_boundary(EdgeList* boundary, VertexList* innerMesh, VertexList* outerMesh, in stroke_boundary()
2197 const SkRect& pathBounds, bool antialias, VertexList* outerMesh, in contours_to_polys()
2262 VertexList* outerMesh) { in path_to_polys()
2293 int64_t count_outer_mesh_points(const VertexList& outerMesh) { in count_outer_mesh_points()
2303 void* outer_mesh_to_triangles(const VertexList& outerMesh, bool emitCoverage, void* data) { in outer_mesh_to_triangles()
2331 VertexList outerMesh; in PathToTriangles() local