Searched defs:SkPathEffect (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h22 /** \class SkPathEffect
24 SkPathEffect is the base class for objects in the SkPaint that affect
28 Dashing is implemented as a subclass of SkPathEffect.
30 class SK_API SkPathEffect : public SkFlattenable { class in inherits:SkFlattenable
32 SK_DECLARE_INST_COUNT(SkPathEffect)
134 SK_DEFINE_FLATTENABLE_TYPE(SkPathEffect)
137 SkPathEffect() {} function in class:SkPathEffect
139 SkPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) {} function in class:SkPathEffect
144 SkPathEffect(const SkPathEffect
[all...]
/external/skia/include/core/
H A DSkPathEffect.h22 /** \class SkPathEffect
24 SkPathEffect is the base class for objects in the SkPaint that affect
28 Dashing is implemented as a subclass of SkPathEffect.
30 class SK_API SkPathEffect : public SkFlattenable { class in inherits:SkFlattenable
32 SK_DECLARE_INST_COUNT(SkPathEffect)
134 SK_DEFINE_FLATTENABLE_TYPE(SkPathEffect)
137 SkPathEffect() {} function in class:SkPathEffect
138 SkPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) {} function in class:SkPathEffect
142 SkPathEffect(const SkPathEffect
[all...]

Completed in 215 milliseconds