/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/ |
H A D | demo.cpp | 132 canvasNode->SetBackgroundColor(SK_ColorBLUE);
in GRAPHIC_N_TEST() 166 canvasNode->SetBackgroundColor(SK_ColorYELLOW);
in GRAPHIC_N_TEST() 189 canvasNode->SetBackgroundColor(0x5500ff00);
in GRAPHIC_N_TEST() 212 canvasNode->SetBackgroundColor(0x5500ff00);
in GRAPHIC_N_TEST() 251 canvasNode->SetBackgroundColor(SK_ColorYELLOW);
in GRAPHIC_N_TEST() 255 childNode->SetBackgroundColor(SK_ColorBLACK);
in GRAPHIC_N_TEST() 280 canvasNode->SetBackgroundColor(SK_ColorYELLOW);
in GRAPHIC_N_TEST() 284 childNode->SetBackgroundColor(SK_ColorBLACK);
in GRAPHIC_N_TEST() 309 canvasNode->SetBackgroundColor(SK_ColorYELLOW);
in GRAPHIC_N_TEST() 313 childNode->SetBackgroundColor(SK_ColorBLAC in GRAPHIC_N_TEST() [all...] |
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | fg_envfgcolor_test.cpp | 40 testFaNode->SetBackgroundColor(0xff000000); in GRAPHIC_TEST() 48 testNode->SetBackgroundColor(0x7dffffff); in GRAPHIC_TEST() 61 testFaNode->SetBackgroundColor(0xff000000); in GRAPHIC_TEST() 83 testFaNode->SetBackgroundColor(0xff000000); in GRAPHIC_TEST() 90 testNode2->SetBackgroundColor(0xff000000); in GRAPHIC_TEST()
|
H A D | test_G2_CornerRadius.cpp | 52 testNodeBackGround->SetBackgroundColor(0xff0000ff); in GRAPHIC_TEST() 65 testNodeBackGround->SetBackgroundColor(0xff0000ff); in GRAPHIC_TEST() 79 testNodeBackGround->SetBackgroundColor(0xff0000ff); in GRAPHIC_TEST() 154 testNodeBackGround1->SetBackgroundColor(0xffffffff); in GRAPHIC_TEST() 161 testNodeBackGround2->SetBackgroundColor(0xffffffff); in GRAPHIC_TEST() 176 testNodeBackGround1->SetBackgroundColor(0xffffffff); in GRAPHIC_TEST() 183 testNodeBackGround2->SetBackgroundColor(0xffffffff); in GRAPHIC_TEST()
|
H A D | appearance_alpha_test.cpp | 71 testNodeBg->SetBackgroundColor(colorList[i]); in GRAPHIC_TEST() 154 testNodeParent->SetBackgroundColor(colorList[0]); in GRAPHIC_TEST() 163 testNodeChild->SetBackgroundColor(colorList[i]); in GRAPHIC_TEST() 177 testNodeParent->SetBackgroundColor(colorList[0]); in GRAPHIC_TEST() 186 testNodeChild->SetBackgroundColor(colorList[i]); in GRAPHIC_TEST()
|
H A D | test_RSBackground_Color.cpp | 52 testNodeBackGround->SetBackgroundColor(colorList[i]); in GRAPHIC_TEST() 77 testNode->SetBackgroundColor(0xff7d112c); in GRAPHIC_TEST() 105 testNode->SetBackgroundColor(0xff7d112c); in GRAPHIC_TEST() 133 testNode->SetBackgroundColor(0xff7d112c); in GRAPHIC_TEST()
|
H A D | geom_clip_test.cpp | 67 testNode->SetBackgroundColor(0xff00ff00); in GRAPHIC_TEST() 101 testNode->SetBackgroundColor(0xff00ff00); in GRAPHIC_TEST()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/test_template/ |
H A D | test_template.cpp | 46 testNode->SetBackgroundColor(0xffffff00); in GRAPHIC_TEST() 63 testNode->SetBackgroundColor(0xffffff00); in GRAPHIC_TEST() 80 testNode->SetBackgroundColor(0xffffff00); in GRAPHIC_N_TEST() 97 testNode->SetBackgroundColor(0xffffff00); in GRAPHIC_N_TEST()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_app_demo.cpp | 43 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init() 85 rootNode->SetBackgroundColor(Drawing::Color::COLOR_YELLOW); in main() 90 rootNode->SetBackgroundColor(Drawing::Color::COLOR_BLUE); in main() 95 rootNode->SetBackgroundColor(Drawing::Color::COLOR_YELLOW); in main() 100 rootNode->SetBackgroundColor(Drawing::Color::COLOR_BLUE); in main() 107 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in main()
|
H A D | render_service_client_first_frame_callback_demo.cpp | 43 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init() 85 rootNode->SetBackgroundColor(Drawing::Color::COLOR_YELLOW); in main() 90 rootNode->SetBackgroundColor(Drawing::Color::COLOR_BLUE); in main() 99 rootNode->SetBackgroundColor(Drawing::Color::COLOR_YELLOW); in main() 108 rootNode->SetBackgroundColor(Drawing::Color::COLOR_BLUE); in main()
|
H A D | render_service_client_node_demo.cpp | 38 rootNode->SetBackgroundColor(SK_ColorWHITE); in Init() 43 nodes[0]->SetBackgroundColor(SK_ColorBLUE); in Init() 48 nodes[1]->SetBackgroundColor(SK_ColorBLUE); in Init() 53 nodes[2]->SetBackgroundColor(SK_ColorBLUE); in Init() 58 nodes[3]->SetBackgroundColor(SK_ColorBLUE); in Init()
|
H A D | render_service_client_transition_demo.cpp | 94 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() function in TransitionModifier1 118 SetBackgroundColor(Color(COLOR_VALUE_MAX, 0, 0)); 126 SetBackgroundColor(Color(0, 0, COLOR_VALUE_MAX)); 165 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() function in TransitionModifier2 218 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() function in TransitionModifier3 273 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() function in TransitionModifier4 327 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() function in TransitionModifier5 357 transitionModifier2->SetBackgroundColor(Color(0, 0, COLOR_VALUE_MAX)); in Transition1() 394 transitionModifier2->SetBackgroundColor(Color(0, COLOR_VALUE_MAX, 0)); in Transition2() 395 transitionModifier3->SetBackgroundColor(Colo in Transition2() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_model_ng.cpp | 46 void ToggleButtonModelNG::SetBackgroundColor(const Color& backgroundColor, bool flag) in SetBackgroundColor() function in OHOS::Ace::NG::ToggleButtonModelNG 61 NG::ViewAbstract::SetBackgroundColor(backgroundColor); in SetBackgroundColor() 69 void ToggleButtonModelNG::SetBackgroundColor(FrameNode* frameNode, const Color& backgroundColor) in SetBackgroundColor() function in OHOS::Ace::NG::ToggleButtonModelNG 77 NG::ViewAbstract::SetBackgroundColor(frameNode, backgroundColor); in SetBackgroundColor()
|
H A D | toggle_button_model_ng.h | 30 static void SetBackgroundColor(const Color& backgroundColor, bool flag); 33 static void SetBackgroundColor(FrameNode* frameNode, const Color& backgroundColor);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | qrcode_model_impl.cpp | 27 qrcode->SetBackgroundColor(Color::WHITE); in Create() 44 qrcode->SetBackgroundColor(color); in SetQRBackgroundColor()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_button_component.cpp | 88 return SetBackgroundColor(*style); in ApplyPrivateStyle() 119 bool InputButtonComponent::SetBackgroundColor(const AppStyleItem &style) in SetBackgroundColor() function in OHOS::ACELite::InputButtonComponent 125 Component::SetBackgroundColor(button_, style); in SetBackgroundColor() 127 Component::SetBackgroundColor(button_, style); in SetBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_theme.cpp | 37 theme->popupDecoration_->SetBackgroundColor(pattern->GetAttr<Color>("popup_bg_color", Color())); in Parse() 59 theme->selectedOptionDecoration_->SetBackgroundColor( in Parse() 67 theme->focusOptionDecoration_->SetBackgroundColor( in Parse() 79 theme->popupOutDecoration_->SetBackgroundColor(pattern->GetAttr<Color>("picker_dialog_mask_color", Color())); in Parse() 90 theme->popupDecoration_->SetBackgroundColor( in Parse()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_builder_test_ng.cpp | 175 model.SetBackgroundColor(Color::GRAY); in HWTEST_F() 218 model.SetBackgroundColor(Color::GRAY); in HWTEST_F() 262 model.SetBackgroundColor(Color::GRAY); in HWTEST_F() 347 model.SetBackgroundColor(BG_COLOR); in HWTEST_F() 391 model.SetBackgroundColor(BG_COLOR); in HWTEST_F() 435 model.SetBackgroundColor(BG_COLOR); in HWTEST_F() 479 model.SetBackgroundColor(BG_COLOR); in HWTEST_F() 523 model.SetBackgroundColor(BG_COLOR); in HWTEST_F() 567 model.SetBackgroundColor(Color::GRAY); in HWTEST_F() 610 model.SetBackgroundColor(Colo in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_transition_test.cpp | 62 void SetBackgroundColor(Color backgroundColor)
in SetBackgroundColor() function in OHOS::Rosen::TransitionModifier 83 SetBackgroundColor(Color(255, 0, 0));
89 SetBackgroundColor(Color(0, 0, 255));
112 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 169 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 227 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 283 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 348 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 414 newCanvasNode->SetBackgroundColor(SK_ColorRED);
in HWTEST_F() 624 newCanvasNode->SetBackgroundColor(SK_ColorRE in HWTEST_F() [all...] |
H A D | rs_animation_base_test.cpp | 60 rootNode->SetBackgroundColor(SK_ColorYELLOW); in InitNode() 65 canvasNode->SetBackgroundColor(SK_ColorBLUE); in InitNode() 138 canvasNode->SetBackgroundColor(SK_ColorBLUE); in ResetAnimationCanvasNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.h | 34 void SetBackgroundColor(const Color& value) override; 41 static void SetBackgroundColor(FrameNode* frameNode, const Color& value);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_textinput_theme.h | 38 TextFieldModel::GetInstance()->SetBackgroundColor(themeColors->CompBackgroundTertiary(), false);
in ApplyTheme() 54 TextFieldModel::GetInstance()->SetBackgroundColor(themeColors->CompBackgroundTertiary(), false);
in ApplyTheme()
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.cpp | 104 button->SetBackgroundColor(propBackgroundColor_); in BuildControl() 125 button->SetBackgroundColor(Color::GRAY); in BuildControl() 143 button->SetBackgroundColor(Color::GRAY); in BuildControl() 173 backDecoration->SetBackgroundColor(propBackgroundColor_); in BuildContent()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/ |
H A D | qrcode_declaration.cpp | 39 SetBackgroundColor(qrcodeTheme->GetBackgroundColor()); in InitializeStyle() 68 declaration.SetBackgroundColor(declaration.ParseColor(value)); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_component.cpp | 85 void QrcodeComponent::SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor() function in OHOS::Ace::QrcodeComponent 87 declaration_->SetBackgroundColor(backgroundColor); in SetBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_toggle.cpp | 43 toggleChild_->SetBackgroundColor(toggleTheme_->GetBackgroundColor()); in ResetInitializedStyle() 82 toggle.toggleChild_->SetBackgroundColor(toggle.ParseColor(value)); in SetSpecializedStyle() 180 toggleChild_->SetBackgroundColor(Color::TRANSPARENT); in PrepareSpecializedComponent() 202 toggleChild_->SetBackgroundColor(backgroundColor_); in ResetColorStyle() 212 toggleChild_->SetBackgroundColor(toggleChild_->GetBackgroundColor().BlendOpacity(blendOpacity_)); in PrepareDisabledStyle()
|