Home
last modified time | relevance | path

Searched refs:CommonBackgroundStyle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp152 … auto& backgroundStyle = MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in Init()
792 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()
804 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()
816 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetCurrentStyle()
2107 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageWidthForFourEdges()
2157 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageSliceForFourEdges()
2207 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageOutSetForFourEdges()
2257 …auto& bgStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STY… in SetBorderImageRepeatForFourEdges()
2356 … declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in SetBorderImageFindUrl()
2840 …auto backgroundStyle = declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGRO… in SetGradientAngle()
[all …]
H A Dstyle.h125 struct CommonBackgroundStyle : Style { struct
H A Ddeclaration_constants.cpp66 const std::shared_ptr<CommonBackgroundStyle> DeclarationConstants::DEFAULT_BACKGROUND_STYLE =
67 std::make_shared<CommonBackgroundStyle>();
H A Ddeclaration_constants.h96 static const std::shared_ptr<CommonBackgroundStyle> DEFAULT_BACKGROUND_STYLE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_mask_painter.cpp115 declaration.MaybeResetStyle<CommonBackgroundStyle>(StyleTag::COMMON_BACKGROUND_STYLE); in LoadGradient()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h305 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in GetBackGroundColor()
H A Ddom_list.cpp283 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in ResetInitializedStyle()
H A Ddom_node.cpp1518 … static_cast<CommonBackgroundStyle&>(declaration_->GetStyle(StyleTag::COMMON_BACKGROUND_STYLE)); in UpdateBoxComponent()