Searched refs:DOMSvgFeColorMatrix (Results 1 – 3 of 3) sorted by relevance
20 DOMSvgFeColorMatrix::DOMSvgFeColorMatrix(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(n… in DOMSvgFeColorMatrix() function in OHOS::Ace::Framework::DOMSvgFeColorMatrix22 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()
24 class ACE_EXPORT DOMSvgFeColorMatrix : public DOMSvgBase {25 DECLARE_ACE_TYPE(DOMSvgFeColorMatrix, DOMSvgBase);28 DOMSvgFeColorMatrix(NodeId nodeId, const std::string& nodeName);29 ~DOMSvgFeColorMatrix() override = default;
153 { DOM_NODE_TAG_FE_COLORMATRIX, &DOMNodeCreator<DOMSvgFeColorMatrix> }, in CreateNodeWithId()