Searched refs:GetHref (Results 1 – 16 of 16) sorted by relevance
52 if (declaration->GetHref().empty()) { in CreateRender()56 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in CreateRender()62 auto href = declaration->GetFillState().GetHref(); in CreateRender()111 if (declaration->GetHref().empty()) { in AsPath()119 auto refSvgNode = svgContext->GetSvgNodeById(declaration->GetHref()); in AsPath()
47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
51 auto href = declaration->GetFillState().GetHref(); in CreateRender()
52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
46 auto href = component_->GetDeclaration()->GetFillState().GetHref(); in CreateRender()
53 auto href = declaration->GetFillState().GetHref(); in CreateRender()
48 auto href = declaration->GetFillState().GetHref(); in CreateRender()
139 const std::string& GetHref() const in GetHref() function367 const std::string& GetHref() const in GetHref() function536 const std::string& GetHref() const in GetHref() function547 href_ = clipState.GetHref(); in Inherit()
143 return attribute.clipState.GetHref(); in GetClipPathHref()152 const std::string& GetHref() const in GetHref() function
94 const std::string& GetHref() const in GetHref() function
35 auto href = svgUseComponent->GetDeclaration()->GetHref(); in Update()
44 if (!fillState_.GetHref().empty()) { in OnDraw()46 auto refSvgNode = svgContext->GetSvgNodeById(fillState_.GetHref()); in OnDraw()
211 const auto& fillHref = fillState.GetHref(); in SetFillStyle()233 const auto& fillHref = fillState.GetHref(); in SetFillStyle()341 const auto& strokeHref = strokeState.GetHref(); in SetStrokeStyle()363 const auto& strokeHref = strokeState.GetHref(); in SetStrokeStyle()
1935 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetHref(), "testClip");1938 EXPECT_NE(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipFaild");1941 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipPath");1944 EXPECT_NE(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipPathFaild");1953 EXPECT_EQ(svgNode->GetBaseAttributes().fillState.GetHref(), "testFill");