Home
last modified time | relevance | path

Searched refs:SvgFeCommonAttribute (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.cpp26 static const LinearMapNode<void (*)(const std::string&, SvgFeCommonAttribute&)> FE_ATTRS[] = {
28 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840202()
41 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840302()
45 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840402()
62 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840502()
66 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840602()
70 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840702()
74 [](const std::string& val, SvgFeCommonAttribute& attr) { in __anon17f12f840802()
80 void InitFilterColor(const SvgFeCommonAttribute& fe, SvgColorInterpolationType& currentColor) in InitFilterColor()
H A Dsvg_fe.h60 SvgFeCommonAttribute feAttr_;
H A Dsvg_attributes_parser.h188 struct SvgFeCommonAttribute { struct