Searched defs:contourCnt (Results 1 – 1 of 1) sorted by relevance
1190 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges()1508 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh()1543 std::tuple<Poly*, bool> GrTriangulator::contoursToPolys(VertexList* contours, int contourCnt) { in contoursToPolys()1581 int contourCnt = 1; in get_contour_count() local1613 int contourCnt = get_contour_count(fPath, tolerance); in pathToPolys() local