Skia
2DGraphicsLibrary
|
Public Member Functions | |
DashInfo (SkScalar *intervals, int32_t count, SkScalar phase) | |
Public Attributes | |
SkScalar * | fIntervals |
Length of on/off intervals for dashed lines. | |
int32_t | fCount |
Number of intervals in the dash. Should be even number. | |
SkScalar | fPhase |
Offset into the dashed interval pattern. | |