| Index: include/effects/SkDashPathEffect.h |
| =================================================================== |
| --- include/effects/SkDashPathEffect.h (revision 5389) |
| +++ include/effects/SkDashPathEffect.h (working copy) |
| @@ -51,6 +51,8 @@ |
| protected: |
| SkDashPathEffect(SkFlattenableReadBuffer&); |
| virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE; |
| + virtual bool onFilterPoints(const PointsRec&, const SkPaint&, |
| + PointsRec*, PointAllocator, void*) SK_OVERRIDE; |
| private: |
| SkScalar* fIntervals; |
| @@ -61,6 +63,8 @@ |
| SkScalar fIntervalLength; |
| bool fScaleToFit; |
| + bool dashLines(const PointsRec&, PointsRec*, PointAllocator, void*); |
| + |
| typedef SkPathEffect INHERITED; |
| }; |