Skia
2D Graphics Library
|
SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners into various treatments (e.g. More...
#include <SkCornerPathEffect.h>
Static Public Member Functions | |
static sk_sp< SkPathEffect > | Make (SkScalar radius) |
radius must be > 0 to have an effect. More... | |
static void | RegisterFlattenables () |
SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners into various treatments (e.g.
rounded corners)
|
static |
radius must be > 0 to have an effect.
It specifies the distance from each corner that should be "rounded".
|
static |