Home
last modified time | relevance | path

Searched refs:CreateBoxComponent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.h96 …RefPtr<BoxComponent> CreateBoxComponent(const LayoutParam& layoutParam, const std::string& clipPat…
H A Dsvg_circle.cpp66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_path.cpp70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_g.cpp78 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_line.cpp64 …auto boxComponent = CreateBoxComponent(layoutParam, component_->GetDeclaration()->GetClipPathHref(… in CreateRender()
H A Dsvg_node.cpp97 RefPtr<BoxComponent> SvgNode::CreateBoxComponent(const LayoutParam& layoutParam, const std::string&… in CreateBoxComponent() function in OHOS::Ace::SvgNode
H A Dsvg_polygon.cpp72 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_use.cpp87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_svg.cpp87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_ellipse.cpp67 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
H A Dsvg_rect.cpp66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()