Home | History | Annotate | Download | only in effects

Lines Matching refs:SkPath

11 #include "SkPath.h"
17 bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
26 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
27 virtual void next(const SkPoint& loc, int u, int v, SkPath* dst) const;
28 virtual void end(SkPath* dst) const;
34 virtual void nextSpan(int u, int v, int ucount, SkPath* dst) const;
62 virtual bool filterPath(SkPath* dst, const SkPath& src,
73 void nextSpan(int u, int v, int ucount, SkPath*) const override;
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) {
95 SkPath2DPathEffect(const SkMatrix&, const SkPath&);
98 void next(const SkPoint&, int u, int v, SkPath*) const override;
101 SkPath fPath;