Searched refs:weakSvgNode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_dom.cpp | 208 void SvgDom::ParseIdAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseIdAttr() argument 210 auto svgNode = weakSvgNode.Upgrade(); in ParseIdAttr() 220 void SvgDom::ParseFillAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseFillAttr() argument 222 auto svgNode = weakSvgNode.Upgrade(); in ParseFillAttr() 237 void SvgDom::ParseClassAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseClassAttr() argument 239 auto svgNode = weakSvgNode.Upgrade(); in ParseClassAttr() 257 void SvgDom::ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseStyleAttr() argument 259 auto svgNode = weakSvgNode.Upgrade(); in ParseStyleAttr()
|
H A D | svg_dom.h | 129 void ParseIdAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 130 void ParseFillAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 131 void ParseClassAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 132 void ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.h | 72 void ParseIdAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 73 void ParseFillAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 74 void ParseClassAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value); 75 void ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value);
|
H A D | svg_dom.cpp | 177 void SvgDom::ParseIdAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseIdAttr() argument 179 auto svgNode = weakSvgNode.Upgrade(); in ParseIdAttr() 186 void SvgDom::ParseFillAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseFillAttr() argument 188 auto svgNode = weakSvgNode.Upgrade(); in ParseFillAttr() 200 void SvgDom::ParseClassAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseClassAttr() argument 202 auto svgNode = weakSvgNode.Upgrade(); in ParseClassAttr() 217 void SvgDom::ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseStyleAttr() argument 219 auto svgNode = weakSvgNode.Upgrade(); in ParseStyleAttr()
|