HomeSort by relevance Sort by last modified time
    Searched refs:SkDiscretePathEffect (Results 1 - 17 of 17) 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/skqp/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"
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
    [all...]
  /external/skqp/src/effects/
SkDiscretePathEffect.cpp 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
    [all...]
  /external/skia/src/ports/
SkGlobalInitialization_default.cpp 18 #include "SkDiscretePathEffect.h"
89 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
  /external/skqp/src/ports/
SkGlobalInitialization_default.cpp 18 #include "SkDiscretePathEffect.h"
89 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
  /external/skia/gm/
patheffects.cpp 14 #include "SkDiscretePathEffect.h"
84 paint->setPathEffect(SkDiscretePathEffect::Make(10, 4));
  /external/skqp/gm/
patheffects.cpp 14 #include "SkDiscretePathEffect.h"
84 paint->setPathEffect(SkDiscretePathEffect::Make(10, 4));
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 5 #include "SkDiscretePathEffect.h"
66 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release();
  /external/skia/samplecode/
SampleAll.cpp 18 #include "SkDiscretePathEffect.h"
292 auto inner = SkDiscretePathEffect::Make(SkIntToScalar(2),
SampleSlides.cpp 30 #include "SkDiscretePathEffect.h"
98 paint->setPathEffect(SkDiscretePathEffect::Make(10, 4));
SampleFilterFuzz.cpp 21 #include "SkDiscretePathEffect.h"
439 pathEffect = SkDiscretePathEffect::Make(make_scalar(), make_scalar());
  /external/skqp/samplecode/
SampleAll.cpp 18 #include "SkDiscretePathEffect.h"
292 auto inner = SkDiscretePathEffect::Make(SkIntToScalar(2),
SampleSlides.cpp 30 #include "SkDiscretePathEffect.h"
98 paint->setPathEffect(SkDiscretePathEffect::Make(10, 4));
SampleFilterFuzz.cpp 21 #include "SkDiscretePathEffect.h"
439 pathEffect = SkDiscretePathEffect::Make(make_scalar(), make_scalar());
  /external/skia/fuzz/
FuzzCanvas.cpp 41 #include "SkDiscretePathEffect.h"
488 return SkDiscretePathEffect::Make(segLength, dev, seed);
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 41 #include "SkDiscretePathEffect.h"
484 return SkDiscretePathEffect::Make(segLength, dev, seed);
    [all...]

Completed in 528 milliseconds