Flutter Engine
The Flutter Engine
|
#include <SkCornerPathEffect.h>
Static Public Member Functions | |
static sk_sp< SkPathEffect > | Make (SkScalar radius) |
static void | RegisterFlattenables () |
SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners into various treatments (e.g. rounded corners)
Definition at line 22 of file SkCornerPathEffect.h.
|
static |
radius must be > 0 to have an effect. It specifies the distance from each corner that should be "rounded".
Definition at line 181 of file SkCornerPathEffect.cpp.
|
static |
Definition at line 186 of file SkCornerPathEffect.cpp.