HomeSort by relevance Sort by last modified time
    Searched refs:SkDiscretePathEffect (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/effects/
SkDiscretePathEffect.h 13 /** \class SkDiscretePathEffect
17 class SK_API SkDiscretePathEffect : public SkPathEffect {
32 static SkDiscretePathEffect* Create(SkScalar segLength,
35 return SkNEW_ARGS(SkDiscretePathEffect,
42 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
49 explicit SkDiscretePathEffect(SkReadBuffer&);
  /external/skia/include/effects/
SkDiscretePathEffect.h 13 /** \class SkDiscretePathEffect
17 class SK_API SkDiscretePathEffect : public SkPathEffect {
32 static SkDiscretePathEffect* Create(SkScalar segLength,
35 return SkNEW_ARGS(SkDiscretePathEffect,
42 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
48 explicit SkDiscretePathEffect(SkReadBuffer&);
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 10 #include "SkDiscretePathEffect.h"
23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength,
30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
78 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
85 SkDiscretePathEffect::SkDiscretePathEffect(SkReadBuffer& buffer) {
  /external/chromium_org/third_party/skia/src/animator/
SkDrawDiscrete.cpp 13 #include "SkDiscretePathEffect.h"
33 return SkDiscretePathEffect::Create(segLength, deviation);
  /external/skia/src/animator/
SkDrawDiscrete.cpp 13 #include "SkDiscretePathEffect.h"
33 return SkDiscretePathEffect::Create(segLength, deviation);
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 10 #include "SkDiscretePathEffect.h"
23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength,
30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
78 SkFlattenable* SkDiscretePathEffect::CreateProc(SkReadBuffer& buffer) {
85 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
92 SkDiscretePathEffect::SkDiscretePathEffect(SkReadBuffer& buffer) {
  /external/chromium_org/third_party/skia/src/ports/
SkGlobalInitialization_chromium.cpp 32 #include "SkDiscretePathEffect.h"
77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
SkGlobalInitialization_default.cpp 32 #include "SkDiscretePathEffect.h"
77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
  /external/skia/src/ports/
SkGlobalInitialization_chromium.cpp 33 #include "SkDiscretePathEffect.h"
78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
SkGlobalInitialization_default.cpp 33 #include "SkDiscretePathEffect.h"
78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
  /external/chromium_org/third_party/skia/gm/
patheffects.cpp 14 #include "SkDiscretePathEffect.h"
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
texteffects.cpp 75 #include "SkDiscretePathEffect.h"
80 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
  /external/skia/gm/
patheffects.cpp 14 #include "SkDiscretePathEffect.h"
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
texteffects.cpp 75 #include "SkDiscretePathEffect.h"
80 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 7 #include "SkDiscretePathEffect.h"
64 SkPathEffect* effect = SkDiscretePathEffect::Create(length, deviation);
  /external/chromium_org/third_party/skia/samplecode/
SampleAll.cpp 20 #include "SkDiscretePathEffect.h"
147 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
508 SkPathEffect* inner = SkDiscretePathEffect::Create(SkIntToScalar(2),
SampleSlides.cpp 30 #include "SkDiscretePathEffect.h"
100 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
537 #include "SkDiscretePathEffect.h"
543 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
  /external/skia/samplecode/
SampleAll.cpp 20 #include "SkDiscretePathEffect.h"
147 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
506 SkPathEffect* inner = SkDiscretePathEffect::Create(SkIntToScalar(2),
SampleSlides.cpp 30 #include "SkDiscretePathEffect.h"
100 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
537 #include "SkDiscretePathEffect.h"
543 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
  /external/skia/
Android.mk 269 src/effects/SkDiscretePathEffect.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
skia_library.target.darwin-arm64.mk 247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
skia_library.target.darwin-mips.mk 247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
skia_library.target.darwin-mips64.mk 247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
skia_library.target.darwin-x86.mk 248 third_party/skia/src/effects/SkDiscretePathEffect.cpp \

Completed in 3110 milliseconds

1 2