Home
last modified time | relevance | path

Searched defs:href (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
Dsvg_image_declaration.h28 std::string href = ""; member
88 void SetHref(const std::string& href) in SetHref()
Dsvg_base_declaration.h37 std::string href; member
146 void SetHref(const std::string& href) in SetHref()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drender_svg_use.cpp35 auto href = svgUseComponent->GetDeclaration()->GetHref(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
Dsvg_line.cpp46 auto href = component_->GetDeclaration()->GetFillState().GetHref(); in CreateRender() local
Dsvg_path.cpp51 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_circle.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_node.cpp75 std::optional<Gradient> SvgNode::GetGradient(const std::string& href) in GetGradient()
Dsvg_ellipse.cpp48 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_use.cpp62 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_rect.cpp47 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_polygon.cpp53 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_g.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
Dsvg_svg.cpp52 auto href = declaration->GetFillState().GetHref(); in CreateRender() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dsvg_paint_state.h134 void SetHref(const std::string& href) in SetHref()
362 void SetHref(const std::string& href) in SetHref()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_node.cpp323 auto href = attributes_.fillState.GetHref(); local
533 std::optional<Ace::Gradient> SvgNode::GetGradient(const std::string& href)
Dsvg_attributes_parser.h178 std::string href = ""; member
/foundation/arkui/ace_engine/test/unittest/core/svg/
Dparse_testtwo_ng.cpp879 std::string href = "svgNodeTest"; variable