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
32 static SkDiscretePathEffect* Create(SkScalar segLength,
35 return SkNEW_ARGS(SkDiscretePathEffect,
43 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
50 SkDiscretePathEffect(SkScalar segLength,
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp10 #include "SkDiscretePathEffect.h"
22 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, function in class:SkDiscretePathEffect
36 methods used by SkDiscretePathEffect::filterPath, with methods that were
71 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
119 SkFlattenable* SkDiscretePathEffect::CreateProc(SkReadBuffer& buffer) {
126 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
133 void SkDiscretePathEffect::toString(SkString* str) const {
134 str->appendf("SkDiscretePathEffect: (");

Completed in 69 milliseconds