/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | toggle_button_test_ng.cpp | 48 constexpr Color BACKGROUND_COLOR = Color(0XFFFF0000); variable 117 testProperty.backgroundColor = std::make_optional(BACKGROUND_COLOR); 139 EXPECT_EQ(paintProperty->GetBackgroundColor(), BACKGROUND_COLOR); 155 testProperty.backgroundColor = std::make_optional(BACKGROUND_COLOR); 204 paintProperty->UpdateBackgroundColor(BACKGROUND_COLOR); 382 ToggleButtonModelNG::SetBackgroundColor(BACKGROUND_COLOR, true); 384 EXPECT_EQ(context->GetBackgroundColorValue(), BACKGROUND_COLOR);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 57 RSDrawableSlot::BACKGROUND_COLOR, // BACKGROUND_COLOR 81 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_RATES 82 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_SATURATION 83 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_POSCOEFF 84 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_NEGCOEFF 85 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_FRACTION 473 RSDrawableSlot::BACKGROUND_COLOR, 490 RSDrawableSlot::BACKGROUND_COLOR,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 51 BACKGROUND_COLOR, enumerator 95 BG_PROPERTIES_BEGIN = BACKGROUND_COLOR,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/ |
H A D | common.h | 50 const GLfloat BACKGROUND_COLOR[] = {0.0f / 255, 0.0f / 255, 255.0f / 255, 1.0f}; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 53 BACKGROUND_COLOR, enumerator 251 { RSModifierType::BACKGROUND_COLOR, "BackgroundColor" },
|
H A D | rs_modifiers_def.in | 65 DECLARE_ANIMATABLE_MODIFIER(BackgroundColor, Color, BACKGROUND_COLOR, Add, Background, COLOR)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 25 FUNCTION("backgroundColor", BACKGROUND_COLOR) \
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 50 BACKGROUND_COLOR, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.h | 115 BACKGROUND_COLOR, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_showing_properties_freezer.cpp | 153 return GetPropertyImpl<Color, RSModifierType::BACKGROUND_COLOR>(); in GetBackgroundColor()
|
H A D | rs_modifier_extractor.cpp | 163 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(Color, BACKGROUND_COLOR, RgbPalette::Transparent(), =); in GetBackgroundColor()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 56 const std::string BACKGROUND_COLOR = "accessibility_background_color"; variable 528 …datashare_->PutIntValue(BACKGROUND_COLOR, static_cast<int32_t>(captionProperty_.GetBackgroundColor… in SetCaptionProperty() 810 …uint32_t backgroundColor = static_cast<uint32_t>(datashare_->GetIntValue(BACKGROUND_COLOR, DEFAULT… in InitCaption()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 84 { RSModifierType::BACKGROUND_COLOR, RSPropertyDrawableSlot::BACKGROUND_COLOR },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 204 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, in Draw()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | constants.cpp | 255 const char BACKGROUND_COLOR[] = "color"; variable
|
H A D | constants.h | 258 extern const char BACKGROUND_COLOR[];
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 114 RSPropertyDrawableSlot::BACKGROUND_COLOR,
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-arkui.md | 376 styledKey: StyledStringKey.BACKGROUND_COLOR,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/ |
H A D | segmentbutton.ets | 33 BACKGROUND_COLOR: ResourceColor, 48 BACKGROUND_COLOR: $r('sys.color.ohos_id_color_button_normal'), 302 this.backgroundColor = options.backgroundColor ?? segmentButtonTheme.BACKGROUND_COLOR 397 .backgroundColor(this.options.backgroundColor ?? segmentButtonTheme.BACKGROUND_COLOR) 1151 .backgroundColor(this.options.backgroundColor ?? segmentButtonTheme.BACKGROUND_COLOR)
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 54 KEYWORD(BACKGROUND_COLOR, backgroundColor) // chart line color
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 799 const GLfloat BACKGROUND_COLOR[] = { 244.0f / 255, 244.0f / 255, 244.0f / 255, 1.0f }; 820 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, 891 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, 969 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 82 BACKGROUND_COLOR: { class in e1 251 this.backgroundColor = options.backgroundColor ?? e1.BACKGROUND_COLOR; 419 … Stack.backgroundColor(this.options.backgroundColor ?? e1.BACKGROUND_COLOR); 2376 … Stack.backgroundColor(this.options.backgroundColor ?? e1.BACKGROUND_COLOR);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_test_ng.cpp | 51 constexpr Color BACKGROUND_COLOR = Color(0XFFFF0000); variable 223 toggleModelNG.SetBackgroundColor(BACKGROUND_COLOR, true); 239 EXPECT_EQ(paintProperty->GetBackgroundColor(), BACKGROUND_COLOR);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 799 const GLfloat BACKGROUND_COLOR[] = { 244.0f / 255, 244.0f / 255, 244.0f / 255, 1.0f }; 820 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, 891 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, 969 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1946 auto bgDirty = dirtySlots_.count(RSDrawableSlot::BACKGROUND_COLOR) || in CheckBlurFilterCacheNeedForceClearOrSave() 2009 auto hasBackground = drawableVec_[static_cast<int32_t>(RSDrawableSlot::BACKGROUND_COLOR)] || in UpdateFilterCacheWithBackgroundDirty() 2641 stagingDrawCmdIndex_.backgroundColorIndex_ = AppendDrawFunc(RSDrawableSlot::BACKGROUND_COLOR); in UpdateDisplayList()
|