Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.h29 struct ArcData { struct
30 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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.h44 struct ArcData { struct
45 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 …]