Searched refs:SkArcToPathEffect (Results 1 – 11 of 11) sorted by relevance
14 SkArcToPathEffect::SkArcToPathEffect(SkScalar radius) : fRadius(radius) {} in SkArcToPathEffect() function in SkArcToPathEffect16 bool SkArcToPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath()64 sk_sp<SkFlattenable> SkArcToPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()65 return SkArcToPathEffect::Make(buffer.readScalar()); in CreateProc()68 void SkArcToPathEffect::flatten(SkWriteBuffer& buffer) const { in flatten()73 void SkArcToPathEffect::toString(SkString* str) const { in toString()
13 class SK_API SkArcToPathEffect : public SkPathEffect {22 return sk_sp<SkPathEffect>(new SkArcToPathEffect(radius)); in Make()28 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkArcToPathEffect)31 explicit SkArcToPathEffect(SkScalar radius);
98 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkArcToPathEffect) in InitEffects()
21 "$_src/effects/SkArcToPathEffect.cpp",
243 fArcToPaint.setPathEffect(SkArcToPathEffect::Make(rad)); in ArcToView()
422 pathEffect = SkArcToPathEffect::Make(make_scalar(true)); in make_path_effect()
63 …- [SkArcToPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/clas…
177 * SkArcToPathEffect
421 pathEffect = SkArcToPathEffect::Make(a); in make_path_effect()
536 return SkArcToPathEffect::Make(radius); in make_fuzz_patheffect()
314 "src/effects/SkArcToPathEffect.cpp",