Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h60 struct EllipseParam { struct
61 double x = 0.0; // point x of the ellipse
62 double y = 0.0; // point y of the ellipse
63 double radiusX = 0.0; // x axis radius of the ellipse
64 double radiusY = 0.0; // y axis radius of the ellipse
65 double rotation = 0.0; // rotation angle of the ellipse
66 double startAngle = 0.0; // start angle of the ellipse
67 double endAngle = 0.0; // end angle of the ellipse
68 bool anticlockwise = false; // is draw clock wise or not