Home
last modified time | relevance | path

Searched defs:GetSvgNodeById (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_context.h48 RefPtr<SvgNode> GetSvgNodeById(const std::string& id) const in GetSvgNodeById() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.cpp25 RefPtr<SvgNode> SvgContext::GetSvgNodeById(const std::string& id) const in GetSvgNodeById() function in OHOS::Ace::NG::SvgContext