Searched refs:SetPresentationProperty (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 401 if (!svgBase->SetPresentationProperty(attrName, value)) { in PreparePresentationAnimation() 431 if (child->SetPresentationProperty(attrName, value, false)) { in ChangeChildInheritValue() 561 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf) in SetPresentationProperty() function in OHOS::Ace::RenderSvgBase 567 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Color& val, bool isS… in SetPresentationProperty() function in OHOS::Ace::RenderSvgBase 580 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Dimension& val, bool… in SetPresentationProperty() function in OHOS::Ace::RenderSvgBase 593 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const double& val, bool is… in SetPresentationProperty() function in OHOS::Ace::RenderSvgBase
|
H A D | render_svg_base.h | 120 bool SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf = true);
|