Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp76 rsRenderKeyframeAnimation.AddKeyframes(keyframes); in HWTEST_F()
80 rsRenderKeyframeAnimation.AddKeyframes(keyframes); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_keyframe_animation.h37 void AddKeyframes(const std::vector<std::tuple<float, std::shared_ptr<RSRenderPropertyBase>,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_keyframe_animation.cpp54 void RSRenderKeyframeAnimation::AddKeyframes(const std::vector<std::tuple<float, std::shared_ptr<RS… in AddKeyframes() function in OHOS::Rosen::RSRenderKeyframeAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp131 renderKeyframeAnimation->AddKeyframes(keyframes);