Searched refs:cubicPointCount (Results 1 – 6 of 6) sorted by relevance
41 uint32_t cubicPointCount(const SkPoint points[], SkScalar tol);
96 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], in cubicPointCount() function in GrPathUtils188 pointCount += cubicPointCount(pts, tol); in worstCasePointCount()
742 int pointsLeft = GrPathUtils::cubicPointCount(pts, tolerance); in path_to_contours()
135 GrPathUtils::cubicPointCount(pts, srcSpaceTol)); in addCubic()
953 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in cubicTo()
203 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic()