Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_mask.cpp24 return maskComponent_; in GetSpecializedComponent()
29 if (maskComponent_) { in OnChildNodeAdded()
30 maskComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
49 if (!maskComponent_) { in PrepareSpecializedComponent()
50 maskComponent_ = AceType::MakeRefPtr<SvgMaskComponent>(); in PrepareSpecializedComponent()
54 maskComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg_mask.h38 RefPtr<SvgMaskComponent> maskComponent_; member in OHOS::Ace::Framework::DOMSvgMask

Completed in 1 milliseconds