Searched refs:worstCasePointCount (Results 1 – 3 of 3) sorted by relevance
28 int worstCasePointCount(const SkPath&,
157 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, SkScalar tol) { in worstCasePointCount() function in GrPathUtils
1783 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); in get_contour_count()