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

PointData aggregates all the information needed to draw the point primitives returned by an 'asPoints' call. More...

#include <SkPathEffect.h>

Public Types

enum  PointFlags { kCircles_PointFlag = 0x01, kUsePath_PointFlag = 0x02, kUseClip_PointFlag = 0x04 }
 

Public Attributes

uint32_t fFlags
 
SkPointfPoints
 
int fNumPoints
 
SkVector fSize
 
SkRect fClipRect
 
SkPath fPath
 
SkPath fFirst
 
SkPath fLast
 

Detailed Description

PointData aggregates all the information needed to draw the point primitives returned by an 'asPoints' call.


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