Searched refs:SkCornerPathEffect (Results 1 – 16 of 16) sorted by relevance
16 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {} in SkCornerPathEffect() function in SkCornerPathEffect17 SkCornerPathEffect::~SkCornerPathEffect() {} in ~SkCornerPathEffect()33 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath()142 SkFlattenable* SkCornerPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()143 return SkCornerPathEffect::Create(buffer.readScalar()); in CreateProc()146 void SkCornerPathEffect::flatten(SkWriteBuffer& buffer) const { in flatten()151 void SkCornerPathEffect::toString(SkString* str) const { in toString()
18 class SK_API SkCornerPathEffect : public SkPathEffect {23 static SkPathEffect* Create(SkScalar radius) { return new SkCornerPathEffect(radius); } in Create()29 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect) in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS() argument36 virtual ~SkCornerPathEffect();38 explicit SkCornerPathEffect(SkScalar radius);
31 return SkCornerPathEffect::Create(SkIntToScalar(CORNER_RADIUS)); in make_pe()46 SkPathEffect* inner = SkCornerPathEffect::Create(SkIntToScalar(CORNER_RADIUS)); in make_pe()64 SkPathEffect* inner = SkCornerPathEffect::Create(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe()
263 fCornerPaint.setPathEffect(SkCornerPathEffect::Create(rad*2))->unref(); in ArcToView()
441 pathEffect = SkCornerPathEffect::Create(make_scalar()); in make_path_effect()
34 SkPathEffect* corner = SkCornerPathEffect::Create(25); in compose_pe()
99 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect) in InitEffects()
35 '<(skia_src_path)/effects/SkCornerPathEffect.cpp',101 '<(skia_include_path)/effects/SkCornerPathEffect.h',
15 SkAutoTUnref<SkPathEffect> pe(SkCornerPathEffect::Create(1.0)); in DEF_TEST()
20 SkPathEffect* corner = SkCornerPathEffect::Create(25); in compose_pe()
224 p.setPathEffect(new SkCornerPathEffect(55))->unref(); in onDrawContent()
65 …- [SkCornerPathEffect](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/…
631 * SkCornerPathEffect: a path effect that can turn sharp corners into639 SkCornerPathEffect::Create(32.0f));
414 return SkCornerPathEffect::Create(radius); in getPathEffect()
161 …B122A30064D447 /* SkCornerPathEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E034213…827 …064D447 /* SkCornerPathEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …853 …D447 /* SkCornerPathEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…1899 260E032713B122A30064D447 /* SkCornerPathEffect.h */,1933 260E034213B122A30064D447 /* SkCornerPathEffect.cpp */,3058 260E035D13B122A30064D447 /* SkCornerPathEffect.cpp in Sources */,
332 src/effects/SkCornerPathEffect.cpp \