Home
last modified time | relevance | path

Searched refs:SvgAttributes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_use.cpp83 static const LinearMapNode<void (*)(const std::string&, SvgAttributes&)> SVG_ATTR_ARRAY[] = { in ParseAndSetSpecializedAttr()
85 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
89 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
93 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
104 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
115 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
119 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
123 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
H A Dsvg_svg.cpp118 static const LinearMapNode<void (*)(const std::string&, SvgAttributes&)> SVG_ATTR_ARRAY[] = { in ParseAndSetSpecializedAttr()
120 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
124 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
128 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
139 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
150 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
154 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
158 [](const std::string& val, SvgAttributes& attr) { in ParseAndSetSpecializedAttr()
H A Dsvg_svg.h45 SvgAttributes svgAttr_;
H A Dsvg_use.h49 SvgAttributes useAttr_;
H A Dsvg_attributes_parser.h88 struct SvgAttributes { struct