Lines Matching defs:const
26 static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); }
33 SkPathFillType getFillType() const {
45 void onClip(SkCanvas*, bool antiAlias) const override;
46 void onDraw(SkCanvas*, const SkPaint&) const override;
47 bool onContains(const SkPoint&) const override;
49 SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
50 SkPath onAsPath() const override;
53 explicit Path(const SkPath&);