#include <SkPathEffect.h>
◆ DashInfo() [1/2]
SkPathEffect::DashInfo::DashInfo |
( |
| ) |
|
|
inline |
◆ DashInfo() [2/2]
SkPathEffect::DashInfo::DashInfo |
( |
SkScalar * |
intervals, |
|
|
int32_t |
count, |
|
|
SkScalar |
phase |
|
) |
| |
|
inline |
◆ fCount
int32_t SkPathEffect::DashInfo::fCount |
Number of intervals in the dash. Should be even number.
◆ fIntervals
SkScalar* SkPathEffect::DashInfo::fIntervals |
Length of on/off intervals for dashed lines.
◆ fPhase
Offset into the dashed interval pattern.
The documentation for this struct was generated from the following file: