Home
last modified time | relevance | path

Searched refs:RSMotionPathOption (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_motion_path_option_test.cpp51 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 Drs_node_animate_supplement_test.cpp175 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 Drs_animation_supplement_test.cpp299 std::shared_ptr<RSMotionPathOption> motionPathOption;
533 std::shared_ptr<RSMotionPathOption> option;
544 option = std::make_shared<RSMotionPathOption>("abc");
1077 RSMotionPathOption option(str);
H A Drs_implicit_animator_test.cpp129 auto motionPathOption = std::make_shared<RSMotionPathOption>(ANIMATION_PATH);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_motion_path_option.h27 class RSC_EXPORT RSMotionPathOption {
29 RSMotionPathOption(const std::string& path) : path_(path) {} in RSMotionPathOption() function
31 virtual ~RSMotionPathOption() = default;
H A Drs_implicit_animation_param.h41 class RSMotionPathOption; variable
118 …const RSAnimationTimingCurve& timingCurve, const std::shared_ptr<RSMotionPathOption>& motionPathOp…
127 std::shared_ptr<RSMotionPathOption> motionPathOption_;
H A Drs_implicit_animator.h35 class RSMotionPathOption; variable
78 void BeginImplicitPathAnimation(const std::shared_ptr<RSMotionPathOption>& motionPathOption);
H A Drs_implicit_animation_param.cpp218 …const RSAnimationTimingCurve& timingCurve, const std::shared_ptr<RSMotionPathOption>& motionPathOp… in RSImplicitPathAnimationParam()
H A Drs_implicit_animator.cpp360 void RSImplicitAnimator::BeginImplicitPathAnimation(const std::shared_ptr<RSMotionPathOption>& moti… in BeginImplicitPathAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp58 Rosen::RSMotionPathOption NativeCurveHelper::ToNativeMotionPathOption(const MotionPathOption& optio… in ToNativeMotionPathOption()
61 auto motionOption = Rosen::RSMotionPathOption(option.GetPath()); in ToNativeMotionPathOption()
H A Dnative_curve_helper.h30 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 Drs_animation_test.cpp331 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 Drsanimation_fuzzer.cpp248 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 Drs_implicit_animator_test.cpp133 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 Drs_node.h179 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption);
180 const std::shared_ptr<RSMotionPathOption> GetMotionPathOption() const;
610 std::shared_ptr<RSMotionPathOption> motionPathOption_;
H A Drs_node.cpp490 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 Drs_modifier.h86 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) in SetMotionPathOption()
H A Drs_property.h139 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 Drs_node_test.cpp4336 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 Drender_node.cpp1331 … std::make_shared<Rosen::RSMotionPathOption>(NativeCurveHelper::ToNativeMotionPathOption( in UpdateAll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5125 auto motionOption = Rosen::RSMotionPathOption(motionPath.GetPath());
5131 rsNode_->SetMotionPathOption(std::make_shared<Rosen::RSMotionPathOption>(motionOption));