Searched defs:ArcData (Results 1 – 2 of 2) sorted by relevance
29 struct ArcData { struct30 Offset center;31 double progress = 0.0;32 double radius = 0.0;33 double thickness = 0.0;34 double maxValue = 0.0;35 Color startColor;36 Color endColor;38 double wholeAngle = 360.0;39 double startAngle = 0.0;
44 struct ArcData { struct45 Offset center;47 float radius = 0.0f;48 float thickness = 0.0f;49 double maxValue = 0.0;50 double totalValue = 0.0f;51 Gradient progressColors;52 Gradient shadowColor;53 float drawAngle = 0.0f;55 float lastAngle = 0.0f;[all …]