Home
last modified time | relevance | path

Searched refs:ParseStyleAttr (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.h73 void ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value);
H A Dsvg_dom.cpp213 void SvgDom::ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseStyleAttr() function in OHOS::Ace::NG::SvgDom
238 SvgDom& svgDom) { svgDom.ParseStyleAttr(svgNode, val); } }, in SetAttrValue()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp257 void SvgDom::ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value) in ParseStyleAttr() function in OHOS::Ace::SvgDom
261 LOGE("ParseStyleAttr failed, svgNode is null"); in ParseStyleAttr()
285 SvgDom& svgDom) { svgDom.ParseStyleAttr(svgNode, val); } },
H A Dsvg_dom.h132 void ParseStyleAttr(const WeakPtr<SvgNode>& weakSvgNode, const std::string& value);
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.h106 Styles ParseStyleAttr(const std::string& style);
H A Dhtml_to_span.cpp162 HtmlToSpan::Styles HtmlToSpan::ParseStyleAttr(const std::string& style) in ParseStyleAttr() function in OHOS::Ace::HtmlToSpan
727 Styles styleMap = ParseStyleAttr(value); in MakeImageSpanOptions()
849 Styles styleMap = ParseStyleAttr(strStyle); in ToTextSpanStyle()

Completed in 5 milliseconds