Lines Matching defs:mesh
1152 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices()
1169 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex()
1221 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection()
1305 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices()
1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges()
1340 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners()
1417 void dump_mesh(const VertexList& mesh) { in dump_mesh()
1473 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify()
1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
1764 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply()
1808 bool collapse_overlap_regions(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in collapse_overlap_regions()
2077 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in contours_to_mesh()
2116 VertexList mesh; in contours_to_polys() local