Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.h34 struct SvgRadius { struct
35 Radius topLeft;
36 Radius topRight;
37 Radius bottomLeft;
38 Radius bottomRight;
40 bool IsValid() const in IsValid()