Home
last modified time | relevance | path

Searched refs:MOTION_BLUR_PARA (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.h137 MOTION_BLUR_PARA, enumerator
333 { RSModifierType::MOTION_BLUR_PARA, "MotionBlurPara" },
H A Drs_modifiers_def.in109 DECLARE_NOANIMATABLE_MODIFIER(MotionBlurPara, std::shared_ptr<MotionBlurParam>, MOTION_BLUR_PARA, F…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp101 { RSModifierType::MOTION_BLUR_PARA, RSPropertyDrawableSlot::FOREGROUND_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1610 RSModifierType::MOTION_BLUR_PARA, para); in SetMotionBlurPara()