8 #ifndef SkCornerPathEffect_DEFINED
9 #define SkCornerPathEffect_DEFINED
float SkScalar
Definition: SkScalar.h:14
SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners into various treatments ...
Definition: SkCornerPathEffect.h:22
static void RegisterFlattenables()
static sk_sp< SkPathEffect > Make(SkScalar radius)
radius must be > 0 to have an effect.
SkPathEffect is the base class for objects in the SkPaint that affect the geometry of a drawing primi...
Definition: SkPathEffect.h:28