Home
last modified time | relevance | path

Searched refs:LIGHT_COLOR (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_bubble_progress.cpp29 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 Drender_bubble_progress.cpp26 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 Dlight_impl.cpp27 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 Drs_modifier_type.h130 LIGHT_COLOR, enumerator
326 { RSModifierType::LIGHT_COLOR, "LightColor" },
H A Drs_modifiers_def.in237 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 Drs_modifier_extractor.cpp475 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 Drs_property_drawable.cpp153 { RSModifierType::LIGHT_COLOR, RSPropertyDrawableSlot::POINT_LIGHT },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2413 …SetProperty<RSLightColorModifier, RSAnimatableProperty<Color>>(RSModifierType::LIGHT_COLOR, lightC… in SetLightColor()