Searched defs:SkDiscretePathEffect (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/effects/
H A DSkDiscretePathEffect.h13 /** \class SkDiscretePathEffect
17 class SK_API SkDiscretePathEffect : public SkPathEffect { class in inherits:SkPathEffect
38 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp9 #include "SkDiscretePathEffect.h"
16 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation,
24 return sk_sp<SkPathEffect>(new SkDiscretePathEffect(segLength, deviation, seedAssist));
34 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, function in class:SkDiscretePathEffect
48 methods used by SkDiscretePathEffect::filterPath, with methods that were
83 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
131 sk_sp<SkFlattenable> SkDiscretePathEffect::CreateProc(SkReadBuffer& buffer) {
138 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
145 void SkDiscretePathEffect
[all...]

Completed in 182 milliseconds