Searched refs:CreateBoxComponent (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_node.h | 96 …RefPtr<BoxComponent> CreateBoxComponent(const LayoutParam& layoutParam, const std::string& clipPat…
|
H A D | svg_circle.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_path.cpp | 70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_g.cpp | 78 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_line.cpp | 64 …auto boxComponent = CreateBoxComponent(layoutParam, component_->GetDeclaration()->GetClipPathHref(… in CreateRender()
|
H A D | svg_node.cpp | 97 RefPtr<BoxComponent> SvgNode::CreateBoxComponent(const LayoutParam& layoutParam, const std::string&… in CreateBoxComponent() function in OHOS::Ace::SvgNode
|
H A D | svg_polygon.cpp | 72 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_use.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_svg.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_ellipse.cpp | 67 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|
H A D | svg_rect.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender()
|