Searched defs:GrArc (Results 1 – 1 of 1) sorted by relevance
17 struct GrArc { struct18 SkRect fOval; // The sorted, bounding box defining the oval the arc is traced along19 SkScalar fStartAngle; // In degrees20 SkScalar fSweepAngle; // In degrees21 bool fUseCenter; // True if the arc includes the center point of the oval