Searched refs:SkCornerPathEffect (Results 1 – 16 of 16) sorted by relevance
15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {} in SkCornerPathEffect() function in SkCornerPathEffect16 SkCornerPathEffect::~SkCornerPathEffect() {} in ~SkCornerPathEffect()32 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath()141 sk_sp<SkFlattenable> SkCornerPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()142 return SkCornerPathEffect::Make(buffer.readScalar()); in CreateProc()145 void SkCornerPathEffect::flatten(SkWriteBuffer& buffer) const { in flatten()150 void SkCornerPathEffect::toString(SkString* str) const { in toString()
18 class SK_API SkCornerPathEffect : public SkPathEffect {24 return sk_sp<SkPathEffect>(new SkCornerPathEffect(radius)); in Make()31 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect) in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS() argument38 ~SkCornerPathEffect() override;40 explicit SkCornerPathEffect(SkScalar radius);
31 return SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()46 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()62 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe()
249 fCornerPaint.setPathEffect(SkCornerPathEffect::Make(rad*2)); in ArcToView()
429 pathEffect = SkCornerPathEffect::Make(make_scalar()); in make_path_effect()
34 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe()
99 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect) in InitEffects()
31 "$_src/effects/SkCornerPathEffect.cpp",103 "$_include/effects/SkCornerPathEffect.h",
15 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST()
20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe()
224 p.setPathEffect(new SkCornerPathEffect(55))->unref(); in onDrawContent()
64 …- [SkCornerPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/cla…
183 * SkCornerPathEffect: a path effect that can turn sharp corners into
432 pathEffect = SkCornerPathEffect::Make(a); in make_path_effect()
541 return SkCornerPathEffect::Make(radius); in make_fuzz_patheffect()
323 "src/effects/SkCornerPathEffect.cpp",