| Index: src/core/SkGeometry.h
|
| diff --git a/src/core/SkGeometry.h b/src/core/SkGeometry.h
|
| index 5f7aa5e7b34a79c2c0011b52f8d18c0f6527e855..5a6dcb5d37c16aafa447bd4f1a97e5e78970fc82 100644
|
| --- a/src/core/SkGeometry.h
|
| +++ b/src/core/SkGeometry.h
|
| @@ -219,6 +219,10 @@ struct SkConic {
|
| void chopAt(SkScalar t, SkConic dst[2]) const;
|
| void chop(SkConic dst[2]) const;
|
|
|
| + SkPoint evalAt(SkScalar t) const;
|
| + SkVector evalTangentAt(SkScalar t) const;
|
| + void chop2(SkConic dst[2]) const;
|
| +
|
| void computeAsQuadError(SkVector* err) const;
|
| bool asQuadTol(SkScalar tol) const;
|
|
|
|
|