Home
last modified time | relevance | path

Searched refs:frontDecoration (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.cpp82 RefPtr<Decoration> frontDecoration = boxComponent_->GetFrontDecoration(); in SetCardThemeAttrs() local
83 if (!frontDecoration) { in SetCardThemeAttrs()
84 RefPtr<Decoration> frontDecoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
85 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
86 boxComponent_->SetFrontDecoration(frontDecoration); in SetCardThemeAttrs()
88 if (frontDecoration && !frontDecoration->GetBlurRadius().IsValid()) { in SetCardThemeAttrs()
89 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
92 RefPtr<Decoration> frontDecoration = boxComponent_->GetFrontDecoration(); in SetCardThemeAttrs() local
93 if (frontDecoration in SetCardThemeAttrs()
[all...]
H A Ddom_list_item.cpp117 RefPtr<Decoration> frontDecoration = boxComponent_->GetFrontDecoration(); in SetCardThemeAttrs() local
118 if (!frontDecoration) { in SetCardThemeAttrs()
119 RefPtr<Decoration> frontDecoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
120 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
121 boxComponent_->SetFrontDecoration(frontDecoration); in SetCardThemeAttrs()
123 if (frontDecoration && !frontDecoration->GetBlurRadius().IsValid()) { in SetCardThemeAttrs()
124 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
127 RefPtr<Decoration> frontDecoration = boxComponent_->GetFrontDecoration(); in SetCardThemeAttrs() local
128 if (frontDecoration in SetCardThemeAttrs()
[all...]
H A Ddom_div.cpp467 RefPtr<Decoration> frontDecoration = boxComponent_->GetFrontDecoration(); in SetCardThemeAttrs() local
469 if (!frontDecoration) { in SetCardThemeAttrs()
470 frontDecoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs()
471 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
472 boxComponent_->SetFrontDecoration(frontDecoration); in SetCardThemeAttrs()
474 if (frontDecoration && !frontDecoration->GetBlurRadius().IsValid()) { in SetCardThemeAttrs()
475 frontDecoration->SetBlurRadius(cardTheme_->GetBlurRadius()); in SetCardThemeAttrs()
478 if (frontDecoration && frontDecoration in SetCardThemeAttrs()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.cpp56 auto frontDecoration = AceType::MakeRefPtr<Decoration>(); in BuildInnerChild() local
62 frontDecoration = boxStyle_->GetFrontDecoration(); in BuildInnerChild()
85 boxForContent->SetFrontDecoration(frontDecoration); in BuildInnerChild()
H A Dsliding_panel_component.cpp99 auto frontDecoration = AceType::MakeRefPtr<Decoration>(); in BuildInnerChild() local
105 frontDecoration = boxStyle->GetFrontDecoration(); in BuildInnerChild()
127 boxForContent->SetFrontDecoration(frontDecoration); in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp179 auto frontDecoration = AceType::MakeRefPtr<Decoration>(); in PaintWithFocusEffect() local
180 frontDecoration->SetBackgroundColor(decorationColor.BlendOpacity(decorationAlpha_)); in PaintWithFocusEffect()
189 frontDecoration->SetBorder(border); in PaintWithFocusEffect()
191 AceType::MakeRefPtr<RosenDecorationPainter>(frontDecoration, GetPaintRect(), GetPaintSize(), in PaintWithFocusEffect()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp972 auto frontDecoration = GetFrontDecoration(); in SetBrightness() local
973 frontDecoration->SetBrightness(value); in SetBrightness()
978 auto frontDecoration = GetFrontDecoration(); in SetGrayScale() local
979 frontDecoration->SetGrayScale(value); in SetGrayScale()
984 auto frontDecoration = GetFrontDecoration(); in SetContrast() local
985 frontDecoration->SetContrast(value); in SetContrast()
990 auto frontDecoration = GetFrontDecoration(); in SetSaturate() local
991 frontDecoration->SetSaturate(value); in SetSaturate()
996 auto frontDecoration = GetFrontDecoration(); in SetSepia() local
997 frontDecoration in SetSepia()
1002 auto frontDecoration = GetFrontDecoration(); SetInvert() local
1011 auto frontDecoration = GetFrontDecoration(); SetHueRotate() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp722 auto frontDecoration = box->GetFrontDecoration(); in ApplyGradientColor() local
723 if (!frontDecoration) { in ApplyGradientColor()
724 frontDecoration = AceType::MakeRefPtr<Decoration>(); in ApplyGradientColor()
728 frontDecoration->SetBorder(backDecoration->GetBorder()); in ApplyGradientColor()
750 frontDecoration->SetGradient(gradient); in ApplyGradientColor()
752 box->SetFrontDecoration(frontDecoration); in ApplyGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp636 auto frontDecoration = box->GetFrontDecoration(); in ApplyGradientColor() local
637 if (!frontDecoration) { in ApplyGradientColor()
638 frontDecoration = AceType::MakeRefPtr<Decoration>(); in ApplyGradientColor()
640 frontDecoration->SetGradient(gradient); in ApplyGradientColor()
641 box->SetFrontDecoration(frontDecoration); in ApplyGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1140 auto frontDecoration = box->GetFrontDecoration(); in GetColorPropertyGetterMap()
1141 if (frontDecoration) { in GetColorPropertyGetterMap()
1142 return frontDecoration->GetBackgroundColor(); in GetColorPropertyGetterMap()

Completed in 11 milliseconds