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

/external/skia/src/core/
H A DSkConcaveToTriangles.cpp856 // Triangulate an unimonotone chain.
918 bool Triangulate(Vertex *first, Vertex *last, SkTDArray<SkPoint> *triangles) { function
919 DebugPrintf("Triangulate()\n");
930 bool success = Triangulate(bottomVertex, currentVertex, triangles);
937 return Triangulate(currentVertex, bottomVertex, triangles)
959 return Triangulate(vertices.begin(), vertices.end() - 1, triangles);
/external/skia/third_party/glu/libtess/
H A Dalg-outline41 4. Triangulate the x-monotone regions.

Completed in 96 milliseconds