Skia
2DGraphicsLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkPathEffect::DashInfo Struct Reference

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.
 

The documentation for this struct was generated from the following file: