Home
last modified time | relevance | path

Searched refs:svgComponent_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg.cpp35 return svgComponent_; in GetSpecializedComponent()
44 svgComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
46 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
59 svgComponent_->MarkIsRoot(false); in OnMounted()
61 svgComponent_->MarkIsRoot(true); in OnMounted()
71 if (!svgComponent_) { in PrepareSpecializedComponent()
72 svgComponent_ = AceType::MakeRefPtr<SvgComponent>(); in PrepareSpecializedComponent()
76 svgComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg.h39 RefPtr<SvgComponent> svgComponent_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds