Home
last modified time | relevance | path

Searched refs:CommonShadowStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h136 struct CommonShadowStyle : Style { struct
H A Ddeclaration_constants.cpp77 const std::shared_ptr<CommonShadowStyle> DeclarationConstants::DEFAULT_SHADOW_STYLE =
78 std::make_shared<CommonShadowStyle>();
H A Ddeclaration_constants.h102 static const std::shared_ptr<CommonShadowStyle> DEFAULT_SHADOW_STYLE;
H A Ddeclaration.cpp1005 … auto& shadowStyle = declaration.MaybeResetStyle<CommonShadowStyle>(StyleTag::COMMON_SHADOW_STYLE); in SetCurrentStyle()
1014 … auto& shadowStyle = declaration.MaybeResetStyle<CommonShadowStyle>(StyleTag::COMMON_SHADOW_STYLE); in SetCurrentStyle()
1027 … auto& shadowStyle = declaration.MaybeResetStyle<CommonShadowStyle>(StyleTag::COMMON_SHADOW_STYLE); in SetCurrentStyle()
1036 … auto& shadowStyle = declaration.MaybeResetStyle<CommonShadowStyle>(StyleTag::COMMON_SHADOW_STYLE); in SetCurrentStyle()
1045 … auto& shadowStyle = declaration.MaybeResetStyle<CommonShadowStyle>(StyleTag::COMMON_SHADOW_STYLE); in SetCurrentStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1527 …auto& shadowStyle = static_cast<CommonShadowStyle&>(declaration_->GetStyle(StyleTag::COMMON_SHADOW… in UpdateBoxComponent()
1623 …auto& shadowStyle = static_cast<CommonShadowStyle&>(declaration_->GetStyle(StyleTag::COMMON_SHADOW… in UpdateDisplayComponent()
1647 …auto& shadowStyle = static_cast<CommonShadowStyle&>(declaration_->GetStyle(StyleTag::COMMON_SHADOW… in UpdateTweenComponent()