Home
last modified time | relevance | path

Searched refs:DOMSvgFeColorMatrix (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_fe_colormatrix.cpp20 DOMSvgFeColorMatrix::DOMSvgFeColorMatrix(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(n… in DOMSvgFeColorMatrix() function in OHOS::Ace::Framework::DOMSvgFeColorMatrix
22 RefPtr<Component> DOMSvgFeColorMatrix::GetSpecializedComponent() in GetSpecializedComponent()
27 void DOMSvgFeColorMatrix::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
32 void DOMSvgFeColorMatrix::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
37 void DOMSvgFeColorMatrix::PrepareSpecializedComponent() in PrepareSpecializedComponent()
H A Ddom_svg_fe_colormatrix.h24 class ACE_EXPORT DOMSvgFeColorMatrix : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgFeColorMatrix, DOMSvgBase);
28 DOMSvgFeColorMatrix(NodeId nodeId, const std::string& nodeName);
29 ~DOMSvgFeColorMatrix() override = default;
H A Ddom_document.cpp153 { DOM_NODE_TAG_FE_COLORMATRIX, &DOMNodeCreator<DOMSvgFeColorMatrix> }, in CreateNodeWithId()