/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_motion_path_option_test.cpp | 51 auto motionPathOption = std::make_unique<RSMotionPathOption>(ANIMATION_PATH); 70 auto motionPathOption = std::make_unique<RSMotionPathOption>(ANIMATION_PATH); 93 auto motionPathOption = std::make_unique<RSMotionPathOption>(ANIMATION_PATH); 116 auto motionPathOption = std::make_unique<RSMotionPathOption>(ANIMATION_PATH); 136 auto motionPathOption = std::make_unique<RSMotionPathOption>(ANIMATION_PATH);
|
H A D | rs_node_animate_supplement_test.cpp | 175 auto motionPathOption = std::make_shared<RSMotionPathOption>(ANIMATION_PATH); 340 auto motionPathOption = std::make_shared<RSMotionPathOption>(ANIMATION_PATH); 504 std::shared_ptr<RSMotionPathOption> option = std::make_shared<RSMotionPathOption>("abc"); 578 std::shared_ptr<RSMotionPathOption> option = std::make_shared<RSMotionPathOption>("abc");
|
H A D | rs_animation_supplement_test.cpp | 299 std::shared_ptr<RSMotionPathOption> motionPathOption; 533 std::shared_ptr<RSMotionPathOption> option; 544 option = std::make_shared<RSMotionPathOption>("abc"); 1077 RSMotionPathOption option(str);
|
H A D | rs_implicit_animator_test.cpp | 129 auto motionPathOption = std::make_shared<RSMotionPathOption>(ANIMATION_PATH);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_motion_path_option.h | 27 class RSC_EXPORT RSMotionPathOption { 29 RSMotionPathOption(const std::string& path) : path_(path) {} in RSMotionPathOption() function 31 virtual ~RSMotionPathOption() = default;
|
H A D | rs_implicit_animation_param.h | 41 class RSMotionPathOption; variable 118 …const RSAnimationTimingCurve& timingCurve, const std::shared_ptr<RSMotionPathOption>& motionPathOp… 127 std::shared_ptr<RSMotionPathOption> motionPathOption_;
|
H A D | rs_implicit_animator.h | 35 class RSMotionPathOption; variable 78 void BeginImplicitPathAnimation(const std::shared_ptr<RSMotionPathOption>& motionPathOption);
|
H A D | rs_implicit_animation_param.cpp | 218 …const RSAnimationTimingCurve& timingCurve, const std::shared_ptr<RSMotionPathOption>& motionPathOp… in RSImplicitPathAnimationParam()
|
H A D | rs_implicit_animator.cpp | 360 void RSImplicitAnimator::BeginImplicitPathAnimation(const std::shared_ptr<RSMotionPathOption>& moti… in BeginImplicitPathAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | native_curve_helper.cpp | 58 Rosen::RSMotionPathOption NativeCurveHelper::ToNativeMotionPathOption(const MotionPathOption& optio… in ToNativeMotionPathOption() 61 auto motionOption = Rosen::RSMotionPathOption(option.GetPath()); in ToNativeMotionPathOption()
|
H A D | native_curve_helper.h | 30 static Rosen::RSMotionPathOption ToNativeMotionPathOption(const MotionPathOption& option,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 331 std::unique_ptr<RSMotionPathOption> option = std::make_unique<RSMotionPathOption>(path); 586 std::shared_ptr<RSMotionPathOption> option = std::make_shared<RSMotionPathOption>(path);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 248 auto motionPathOption = std::make_shared<RSMotionPathOption>(path); in RsMotionPathOptionFuzzTest() 351 auto motionPathOption = std::make_shared<RSMotionPathOption>(path); in RsImplicitAnimatorFuzzTest() 380 auto motionPathOption = std::make_shared<RSMotionPathOption>(path); in RsImplicitAnimatorParamFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_implicit_animator_test.cpp | 133 auto motionPathOption = std::make_shared<RSMotionPathOption>("path"); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 179 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption); 180 const std::shared_ptr<RSMotionPathOption> GetMotionPathOption() const; 610 std::shared_ptr<RSMotionPathOption> motionPathOption_;
|
H A D | rs_node.cpp | 490 void RSNode::SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) in SetMotionPathOption() 502 const std::shared_ptr<RSMotionPathOption> RSNode::GetMotionPathOption() const in GetMotionPathOption()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier.h | 86 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) in SetMotionPathOption()
|
H A D | rs_property.h | 139 virtual void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) {} 584 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) override 632 std::shared_ptr<RSMotionPathOption> motionPathOption_ {};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4336 node->SetMotionPathOption(std::make_shared<RSMotionPathOption>("")); 5005 auto motionPathOption = std::make_shared<RSMotionPathOption>(path); 5020 auto motionPathOption = std::make_shared<RSMotionPathOption>(path);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 1331 … std::make_shared<Rosen::RSMotionPathOption>(NativeCurveHelper::ToNativeMotionPathOption( in UpdateAll()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5125 auto motionOption = Rosen::RSMotionPathOption(motionPath.GetPath()); 5131 rsNode_->SetMotionPathOption(std::make_shared<Rosen::RSMotionPathOption>(motionOption));
|