HomeSort by relevance Sort by last modified time
    Searched defs:SkDiscretePathEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/include/effects/
SkDiscretePathEffect.h 13 /** \class SkDiscretePathEffect
17 class SK_API SkDiscretePathEffect : public SkPathEffect {
38 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 9 #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,
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::toString(SkString* str) const
    [all...]

Completed in 306 milliseconds