Home
last modified time | relevance | path

Searched refs:sort_mesh (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp1703 void sort_mesh(VertexList* vertices, Comparator& c, SkArenaAlloc& alloc) { in sort_mesh() function
1729 sort_mesh(&mesh, c, alloc); in contours_to_polys()
1735 sort_mesh(&innerMesh, c, alloc); in contours_to_polys()
1736 sort_mesh(outerMesh, c, alloc); in contours_to_polys()