Home
last modified time | relevance | path

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 Drs_modifier_type.h134 BLOOM, enumerator
330 { RSModifierType::BLOOM, "Bloom" },
H A Drs_modifiers_def.in231 DECLARE_ANIMATABLE_MODIFIER(Bloom, float, BLOOM, Replace, Foreground, COARSE)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.cpp470 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 Drs_property_drawable.cpp156 { RSModifierType::BLOOM, RSPropertyDrawableSlot::POINT_LIGHT },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp451 rsCanvasDrawingRenderNode.AddDirtyType(RSModifierType::BLOOM);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2440 … SetProperty<RSBloomModifier, RSAnimatableProperty<float>>(RSModifierType::BLOOM, bloomIntensity); in SetBloom()