Home
last modified time | relevance | path

Searched refs:GetSvgNodeById (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp59 auto refSvgNode = svgContext->GetSvgNodeById(href); in AsClipPathCommands()
85 auto refSvgNode = svgContext->GetSvgNodeById(href); in GetGradient()
H A Dsvg_use.cpp56 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in CreateRender()
119 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in AsPath()
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/parse/
H A Dsvg_use.cpp47 auto refSvgNode = svgContext->GetSvgNodeById(attributes_.href); in AsPath()
62 auto refSvgNode = svgContext->GetSvgNodeById(attributes_.href); in OnDraw()
H A Dsvg_graphic.cpp46 auto refSvgNode = svgContext->GetSvgNodeById(fillState_.GetHref()); in OnDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.h68 RefPtr<SvgNode> GetSvgNodeById(const std::string& id) const;
H A Dsvg_context.cpp25 RefPtr<SvgNode> SvgContext::GetSvgNodeById(const std::string& id) const in GetSvgNodeById() function in OHOS::Ace::NG::SvgContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp584 auto svgPath = svgDom->svgContext_->GetSvgNodeById(HREF);