| Index: src/core/SkGeometry.h
|
| diff --git a/src/core/SkGeometry.h b/src/core/SkGeometry.h
|
| index 6a8546a67b63a9dfbc576bbb73082485c1f40815..6ac7d5d01125b5cd96d9efbce51633571d54585d 100644
|
| --- a/src/core/SkGeometry.h
|
| +++ b/src/core/SkGeometry.h
|
| @@ -194,22 +194,6 @@ enum SkRotationDirection {
|
| kCCW_SkRotationDirection
|
| };
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_ARCTO
|
| -/** Maximum number of points needed in the quadPoints[] parameter for
|
| - SkBuildQuadArc()
|
| -*/
|
| -#define kSkBuildQuadArcStorage 17
|
| -
|
| -/** Given 2 unit vectors and a rotation direction, fill out the specified
|
| - array of points with quadratic segments. Return is the number of points
|
| - written to, which will be { 0, 3, 5, 7, ... kSkBuildQuadArcStorage }
|
| -
|
| - matrix, if not null, is appled to the points before they are returned.
|
| -*/
|
| -int SkBuildQuadArc(const SkVector& unitStart, const SkVector& unitStop,
|
| - SkRotationDirection, const SkMatrix*, SkPoint quadPoints[]);
|
| -#endif
|
| -
|
| struct SkConic {
|
| SkConic() {}
|
| SkConic(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w) {
|
|
|