Home
last modified time | relevance | path

Searched defs:GrArc (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.h17 struct GrArc { struct
18 SkRect fOval; // The sorted, bounding box defining the oval the arc is traced along
19 SkScalar fStartAngle; // In degrees
20 SkScalar fSweepAngle; // In degrees
21 bool fUseCenter; // True if the arc includes the center point of the oval