Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_rect_declaration.h23 struct SvgRectAttribute : SvgBaseAttribute { struct
44 … auto& attribute = static_cast<SvgRectAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetX() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h120 struct SvgRectAttribute { struct
121 Dimension x;
122 Dimension y;
123 Dimension rx = -1.0_px;
124 Dimension ry = -1.0_px;
125 Dimension width;
126 Dimension height;