Home
last modified time | relevance | path

Searched refs:GRAY_SCALE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h108 GRAY_SCALE, enumerator
306 { RSModifierType::GRAY_SCALE, "GrayScale" },
H A Drs_modifiers_def.in161 DECLARE_ANIMATABLE_MODIFIER(GrayScale, float, GRAY_SCALE, Add, Foreground, COARSE)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp134 { RSModifierType::GRAY_SCALE, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2402 …SetProperty<RSGrayScaleModifier, RSAnimatableProperty<float>>(RSModifierType::GRAY_SCALE, grayScal… in SetGrayScale()