8 #ifndef Sk1DPathEffect_DEFINED
9 #define Sk1DPathEffect_DEFINED
25 kLastEnum_Style = kMorph_Style,
float SkScalar
Definition: SkScalar.h:14
Definition: Sk1DPathEffect.h:18
static sk_sp< SkPathEffect > Make(const SkPath &path, SkScalar advance, SkScalar phase, Style)
Dash by replicating the specified path.
Style
Definition: Sk1DPathEffect.h:20
@ kTranslate_Style
Definition: Sk1DPathEffect.h:21
@ kMorph_Style
Definition: Sk1DPathEffect.h:23
@ kRotate_Style
Definition: Sk1DPathEffect.h:22
static void RegisterFlattenables()
SkPathEffect is the base class for objects in the SkPaint that affect the geometry of a drawing primi...
Definition: SkPathEffect.h:28
SkPath contain geometry.
Definition: SkPath.h:58