Home
last modified time | relevance | path

Searched refs:CreateParticleAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp64 AnimationCommandHelper::CreateParticleAnimation(context, targetId, animation);
71 AnimationCommandHelper::CreateParticleAnimation(context2, id, nullptr);
74 AnimationCommandHelper::CreateParticleAnimation(context2, id, animation2);
148 AnimationCommandHelper::CreateParticleAnimation(context, targetId, animation);
152 AnimationCommandHelper::CreateParticleAnimation(context, targetId, animation);
156 AnimationCommandHelper::CreateParticleAnimation(context, targetId, animation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h118 static void CreateParticleAnimation(RSContext& context, NodeId targetId,
170 … ARG(ANIMATION, ANIMATION_CREATE_PARTICLE, AnimationCommandHelper::CreateParticleAnimation, NodeId,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp76 void AnimationCommandHelper::CreateParticleAnimation( in CreateParticleAnimation() function in OHOS::Rosen::AnimationCommandHelper