Searched refs:LIGHT_COLOR (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | rosen_render_bubble_progress.cpp | 29 constexpr Color LIGHT_COLOR = Color(0xFF8A8A8A); variable 68 subCirclePaint.setColor(LIGHT_COLOR.GetValue()); in Paint() 80 subCircleBrush.SetColor(LIGHT_COLOR.GetValue()); in Paint()
|
H A D | render_bubble_progress.cpp | 26 constexpr Color LIGHT_COLOR = Color(0xFF8A8A8A); variable 46 …bubble->lightToDark_ = evaluatorDarkToLight->Evaluate(Color(LIGHT_COLOR), Color(DARK_COLOR), fract… in OnPostFlush() 47 …bubble->darkToLight_ = evaluatorDarkToLight->Evaluate(Color(DARK_COLOR), Color(LIGHT_COLOR), fract… in OnPostFlush()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | light_impl.cpp | 27 static constexpr BASE_NS::string_view LIGHT_COLOR = "LightComponent.color"; member in __anonf14962980110::LightImpl 45 … PropertyNameMask()[LIGHT_COMPONENT_NAME] = { LIGHT_COLOR.substr(LIGHT_COMPONENT_NAME_LEN), in Build() 93 propHandler_, META_ACCESS_PROPERTY(Color), meta, LIGHT_COLOR, slots); in META_IMPLEMENT_INTERFACE_PROPERTY()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 130 LIGHT_COLOR, enumerator 326 { RSModifierType::LIGHT_COLOR, "LightColor" },
|
H A D | rs_modifiers_def.in | 237 DECLARE_ANIMATABLE_MODIFIER(LightColor, Color, LIGHT_COLOR, Replace, Foreground, COARSE)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.cpp | 475 GET_PROPERTY_FROM_MODIFIERS(Color, LIGHT_COLOR, RgbPalette::White(), =); in GetLightColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 153 { RSModifierType::LIGHT_COLOR, RSPropertyDrawableSlot::POINT_LIGHT },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2413 …SetProperty<RSLightColorModifier, RSAnimatableProperty<Color>>(RSModifierType::LIGHT_COLOR, lightC… in SetLightColor()
|