Searched refs:SkComposePathEffect (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h175 /** \class SkComposePathEffect
180 class SkComposePathEffect : public SkPairPathEffect { class in inherits:SkPairPathEffect
187 static SkComposePathEffect* Create(SkPathEffect* outer, SkPathEffect* inner) {
188 return SkNEW_ARGS(SkComposePathEffect, (outer, inner));
194 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkComposePathEffect)
197 SkComposePathEffect(SkPathEffect* outer, SkPathEffect* inner) function in class:SkComposePathEffect
201 explicit SkComposePathEffect(SkReadBuffer& buffer) : INHERITED(buffer) {} function in class:SkComposePathEffect
206 SkComposePathEffect(const SkComposePathEffect&);
207 SkComposePathEffect
[all...]
/external/skia/include/core/
H A DSkPathEffect.h170 /** \class SkComposePathEffect
175 class SkComposePathEffect : public SkPairPathEffect { class in inherits:SkPairPathEffect
182 static SkComposePathEffect* Create(SkPathEffect* outer, SkPathEffect* inner) {
183 return SkNEW_ARGS(SkComposePathEffect, (outer, inner));
189 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkComposePathEffect)
192 SkComposePathEffect(SkPathEffect* outer, SkPathEffect* inner) function in class:SkComposePathEffect
194 explicit SkComposePathEffect(SkReadBuffer& buffer) : INHERITED(buffer) {} function in class:SkComposePathEffect
198 SkComposePathEffect(const SkComposePathEffect&);
199 SkComposePathEffect
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp62 SkFlattenable* SkComposePathEffect::CreateProc(SkReadBuffer& buffer) {
65 return SkComposePathEffect::Create(pe0, pe1);
68 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src,
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePathUtils.cpp70 SkAutoTUnref<SkComposePathEffect> compose(SkComposePathEffect::Create(dash, corner));
H A DSamplePathEffects.cpp48 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner);
66 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner);
H A DSampleAll.cpp510 SkPathEffect* result = SkComposePathEffect::Create(outer, inner);
H A DSampleSlides.cpp37 compose = SkComposePathEffect::Create(pe, corner);
/external/skia/samplecode/
H A DSamplePathUtils.cpp70 SkAutoTUnref<SkComposePathEffect> compose(SkComposePathEffect::Create(dash, corner));
H A DSamplePathEffects.cpp48 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner);
66 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner);
H A DSampleAll.cpp508 SkPathEffect* result = SkComposePathEffect::Create(outer, inner);
H A DSampleSlides.cpp37 compose = SkComposePathEffect::Create(pe, corner);
/external/chromium_org/third_party/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp72 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect)
H A DSkGlobalInitialization_default.cpp72 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect)
/external/skia/src/core/
H A DSkPathEffect.cpp61 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src,
/external/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp73 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect)
H A DSkGlobalInitialization_default.cpp73 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect)
/external/chromium_org/third_party/skia/gm/
H A Dpatheffects.cpp23 compose = SkComposePathEffect::Create(pe, corner);
/external/skia/gm/
H A Dpatheffects.cpp23 compose = SkComposePathEffect::Create(pe, corner);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp372 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2);
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp372 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2);

Completed in 456 milliseconds