Home
last modified time | relevance | path

Searched refs:BACKGROUND_COLOR (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dtoggle_button_test_ng.cpp48 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 Drs_drawable.cpp57 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 Drs_property_drawable.h51 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 Dcommon.h50 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 Drs_modifier_type.h53 BACKGROUND_COLOR, enumerator
251 { RSModifierType::BACKGROUND_COLOR, "BackgroundColor" },
H A Drs_modifiers_def.in65 DECLARE_ANIMATABLE_MODIFIER(BackgroundColor, Color, BACKGROUND_COLOR, Add, Background, COLOR)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h25 FUNCTION("backgroundColor", BACKGROUND_COLOR) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h50 BACKGROUND_COLOR, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.h115 BACKGROUND_COLOR, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_showing_properties_freezer.cpp153 return GetPropertyImpl<Color, RSModifierType::BACKGROUND_COLOR>(); in GetBackgroundColor()
H A Drs_modifier_extractor.cpp163 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(Color, BACKGROUND_COLOR, RgbPalette::Transparent(), =); in GetBackgroundColor()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp56 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 Drs_property_drawable.cpp84 { RSModifierType::BACKGROUND_COLOR, RSPropertyDrawableSlot::BACKGROUND_COLOR },
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.cpp204 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES, in Draw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp255 const char BACKGROUND_COLOR[] = "color"; variable
H A Dconstants.h258 extern const char BACKGROUND_COLOR[];
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_test.cpp114 RSPropertyDrawableSlot::BACKGROUND_COLOR,
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-arkui.md376 styledKey: StyledStringKey.BACKGROUND_COLOR,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets33 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 Dkeys.h54 KEYWORD(BACKGROUND_COLOR, backgroundColor) // chart line color
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md799 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 Dsegmentbutton.js82 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 Dtoggle_test_ng.cpp51 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 Dnapi-xcomponent-guidelines.md799 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 Drs_render_node.cpp1946 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()

12