Home
last modified time | relevance | path

Searched defs:isSelf (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp561 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf) in SetPresentationProperty() argument
567 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Color& val, bool isSelf) in SetPresentationProperty() argument
580 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Dimension& val, bool isSelf) in SetPresentationProperty() argument
593 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const double& val, bool isSelf) in SetPresentationProperty() argument
600 textStyle_.SetLetterSpacing(Dimension(val), isSelf); SetPresentationProperty() local
[all...]

Completed in 3 milliseconds