Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
CircleOp::ArcParams Struct Reference

Public Attributes

SkScalar fStartAngleRadians
 
SkScalar fSweepAngleRadians
 
bool fUseCenter
 

Detailed Description

Optional extra params to render a partial arc rather than a full circle.

Definition at line 993 of file GrOvalOpFactory.cpp.

Member Data Documentation

◆ fStartAngleRadians

SkScalar CircleOp::ArcParams::fStartAngleRadians

Definition at line 994 of file GrOvalOpFactory.cpp.

◆ fSweepAngleRadians

SkScalar CircleOp::ArcParams::fSweepAngleRadians

Definition at line 995 of file GrOvalOpFactory.cpp.

◆ fUseCenter

bool CircleOp::ArcParams::fUseCenter

Definition at line 996 of file GrOvalOpFactory.cpp.


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