Searched refs:CommonShadowStyle (Results 1 – 5 of 5) sorted by relevance
136 struct CommonShadowStyle : Style { struct
77 const std::shared_ptr<CommonShadowStyle> DeclarationConstants::DEFAULT_SHADOW_STYLE =78 std::make_shared<CommonShadowStyle>();
102 static const std::shared_ptr<CommonShadowStyle> DEFAULT_SHADOW_STYLE;
1005 … 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()
1527 …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()