Searched refs:GetSvgNodeById (Results 1 – 8 of 8) sorted by relevance
59 auto refSvgNode = svgContext->GetSvgNodeById(href); in AsClipPathCommands()85 auto refSvgNode = svgContext->GetSvgNodeById(href); in GetGradient()
56 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in CreateRender()119 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in AsPath()
48 RefPtr<SvgNode> GetSvgNodeById(const std::string& id) const in GetSvgNodeById() function
47 auto refSvgNode = svgContext->GetSvgNodeById(attributes_.href); in AsPath()62 auto refSvgNode = svgContext->GetSvgNodeById(attributes_.href); in OnDraw()
46 auto refSvgNode = svgContext->GetSvgNodeById(fillState_.GetHref()); in OnDraw()
68 RefPtr<SvgNode> GetSvgNodeById(const std::string& id) const;
25 RefPtr<SvgNode> SvgContext::GetSvgNodeById(const std::string& id) const in GetSvgNodeById() function in OHOS::Ace::NG::SvgContext
584 auto svgPath = svgDom->svgContext_->GetSvgNodeById(HREF);