Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h52 struct ArcToParam { struct
53 double x1 = 0.0; // start point x
54 double y1 = 0.0; // start point y
55 double x2 = 0.0; // end point x
56 double y2 = 0.0; // end point y
57 double radius = 0.0; // radius of the circle