Searched refs:BLOOM (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 134 BLOOM, enumerator 330 { RSModifierType::BLOOM, "Bloom" },
|
H A D | rs_modifiers_def.in | 231 DECLARE_ANIMATABLE_MODIFIER(Bloom, float, BLOOM, Replace, Foreground, COARSE)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.cpp | 470 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(float, BLOOM, 0.f, =); in GetBloom()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 156 { RSModifierType::BLOOM, RSPropertyDrawableSlot::POINT_LIGHT },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 451 rsCanvasDrawingRenderNode.AddDirtyType(RSModifierType::BLOOM);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2440 … SetProperty<RSBloomModifier, RSAnimatableProperty<float>>(RSModifierType::BLOOM, bloomIntensity); in SetBloom()
|