Flutter Engine
The Flutter Engine
|
#include <SkPathEffect.h>
Public Member Functions | |
DashInfo () | |
DashInfo (SkScalar *intervals, int32_t count, SkScalar phase) | |
Public Attributes | |
SkScalar * | fIntervals |
Length of on/off intervals for dashed lines. More... | |
int32_t | fCount |
Number of intervals in the dash. Should be even number. More... | |
SkScalar | fPhase |
Offset into the dashed interval pattern. More... | |
Definition at line 65 of file SkPathEffect.h.
|
inline |
Definition at line 66 of file SkPathEffect.h.
Definition at line 67 of file SkPathEffect.h.
int32_t SkPathEffect::DashInfo::fCount |
Number of intervals in the dash. Should be even number.
Definition at line 72 of file SkPathEffect.h.
SkScalar* SkPathEffect::DashInfo::fIntervals |
Length of on/off intervals for dashed lines.
Definition at line 70 of file SkPathEffect.h.
SkScalar SkPathEffect::DashInfo::fPhase |
Offset into the dashed interval pattern.
Definition at line 73 of file SkPathEffect.h.