Home
last modified time | relevance | path

Searched refs:GetHref (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_use.cpp52 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()
H A Dsvg_circle.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_path.cpp51 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_g.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_line.cpp46 auto href = component_->GetDeclaration()->GetFillState().GetHref(); in CreateRender()
H A Dsvg_polygon.cpp53 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_svg.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_ellipse.cpp48 auto href = declaration->GetFillState().GetHref(); in CreateRender()
H A Dsvg_rect.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h139 const std::string& GetHref() const in GetHref() function
367 const std::string& GetHref() const in GetHref() function
536 const std::string& GetHref() const in GetHref() function
547 href_ = clipState.GetHref(); in Inherit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_base_declaration.h143 return attribute.clipState.GetHref(); in GetClipPathHref()
152 const std::string& GetHref() const in GetHref() function
H A Dsvg_image_declaration.h94 const std::string& GetHref() const in GetHref() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_use.cpp35 auto href = svgUseComponent->GetDeclaration()->GetHref(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp44 if (!fillState_.GetHref().empty()) { in OnDraw()
46 auto refSvgNode = svgContext->GetSvgNodeById(fillState_.GetHref()); in OnDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp211 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1935 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");