Home | History | Annotate | Download | only in effects

Lines Matching refs:SkDiscretePathEffect

9 #include "SkDiscretePathEffect.h"
17 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation,
25 return sk_sp<SkPathEffect>(new SkDiscretePathEffect(segLength, deviation, seedAssist));
35 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength,
49 methods used by SkDiscretePathEffect::filterPath, with methods that were
84 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
132 sk_sp<SkFlattenable> SkDiscretePathEffect::CreateProc(SkReadBuffer& buffer) {
139 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
146 void SkDiscretePathEffect::toString(SkString* str) const {
147 str->appendf("SkDiscretePathEffect: (");