Searched refs:SkDiscretePathEffect (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/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,
42 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
49 explicit SkDiscretePathEffect(SkReadBuffer&);
/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,
42 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
45 SkDiscretePathEffect(SkScalar segLength,
48 explicit SkDiscretePathEffect(SkReadBuffer&);
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp10 #include "SkDiscretePathEffect.h"
23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, function in class:SkDiscretePathEffect
30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
78 void SkDiscretePathEffect::flatten(SkWriteBuffer& buffer) const {
85 SkDiscretePathEffect::SkDiscretePathEffect(SkReadBuffer& buffer) { function in class:SkDiscretePathEffect
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawDiscrete.cpp13 #include "SkDiscretePathEffect.h"
33 return SkDiscretePathEffect::Create(segLength, deviation);
/external/skia/src/animator/
H A DSkDrawDiscrete.cpp13 #include "SkDiscretePathEffect.h"
33 return SkDiscretePathEffect::Create(segLength, deviation);
/external/chromium_org/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp10 #include "SkDiscretePathEffect.h"
23 SkDiscretePathEffect::SkDiscretePathEffect(SkScalar segLength, function in class:SkDiscretePathEffect
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) { function in class:SkDiscretePathEffect
/external/chromium_org/third_party/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp32 #include "SkDiscretePathEffect.h"
77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
H A DSkGlobalInitialization_default.cpp32 #include "SkDiscretePathEffect.h"
77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
/external/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp33 #include "SkDiscretePathEffect.h"
78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
H A DSkGlobalInitialization_default.cpp33 #include "SkDiscretePathEffect.h"
78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
/external/chromium_org/third_party/skia/gm/
H A Dpatheffects.cpp14 #include "SkDiscretePathEffect.h"
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
H A Dtexteffects.cpp75 #include "SkDiscretePathEffect.h"
80 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
/external/skia/gm/
H A Dpatheffects.cpp14 #include "SkDiscretePathEffect.h"
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
H A Dtexteffects.cpp75 #include "SkDiscretePathEffect.h"
80 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAll.cpp20 #include "SkDiscretePathEffect.h"
147 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
508 SkPathEffect* inner = SkDiscretePathEffect::Create(SkIntToScalar(2),
H A DSampleSlides.cpp30 #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/
H A DSampleAll.cpp20 #include "SkDiscretePathEffect.h"
147 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
506 SkPathEffect* inner = SkDiscretePathEffect::Create(SkIntToScalar(2),
H A DSampleSlides.cpp30 #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/
H A DAndroid.mk269 src/effects/SkDiscretePathEffect.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
H A Dskia_library.target.darwin-arm64.mk247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
H A Dskia_library.target.darwin-mips.mk247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
H A Dskia_library.target.darwin-mips64.mk247 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
H A Dskia_library.target.darwin-x86.mk248 third_party/skia/src/effects/SkDiscretePathEffect.cpp \
H A Dskia_library.target.darwin-x86_64.mk248 third_party/skia/src/effects/SkDiscretePathEffect.cpp \

Completed in 6227 milliseconds

12