Searched defs:contourCnt (Results 1 – 1 of 1) sorted by relevance
1319 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() local1779 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys() local