Home
last modified time | relevance | path

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

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