Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/geometry/
DGrTriangulator.cpp1319 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges()
1674 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh()
1709 std::tuple<Poly*, bool> GrTriangulator::contoursToPolys(VertexList* contours, int contourCnt) { in contoursToPolys()
1747 int contourCnt = 1; in get_contour_count() local
1779 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys() local