Searched refs:worstCasePointCount (Results 1 – 4 of 4) sorted by relevance
27 int worstCasePointCount(const SkPath&,
161 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, in worstCasePointCount() function in GrPathUtils
1764 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt, tolerance); in get_contour_count()
172 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in onPrepareDraws()