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 D | svg_use.cpp | 83 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 D | svg_svg.cpp | 118 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 D | svg_svg.h | 45 SvgAttributes svgAttr_;
|
H A D | svg_use.h | 49 SvgAttributes useAttr_;
|
H A D | svg_attributes_parser.h | 88 struct SvgAttributes { struct
|