Home
last modified time | relevance | path

Searched refs:polygonComponent_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_polyline.cpp24 return polygonComponent_; in GetSpecializedComponent()
29 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
39 if (!polygonComponent_) { in PrepareSpecializedComponent()
40 polygonComponent_ = AceType::MakeRefPtr<SvgPolygonComponent>(false); in PrepareSpecializedComponent()
44 polygonComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg_polygon.cpp24 return polygonComponent_; in GetSpecializedComponent()
29 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
39 if (!polygonComponent_) { in PrepareSpecializedComponent()
40 polygonComponent_ = AceType::MakeRefPtr<SvgPolygonComponent>(); in PrepareSpecializedComponent()
44 polygonComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg_polyline.h38 RefPtr<SvgPolygonComponent> polygonComponent_; member in OHOS::Ace::Framework::final
H A Ddom_svg_polygon.h38 RefPtr<SvgPolygonComponent> polygonComponent_; member in OHOS::Ace::Framework::final

Completed in 2 milliseconds