Home
last modified time | relevance | path

Searched refs:SetMotionPathOption (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_node_animate_supplement_test.cpp174 node->SetMotionPathOption(nullptr);
182 node->SetMotionPathOption(motionPathOption);
335 node->SetMotionPathOption(nullptr);
341 node->SetMotionPathOption(motionPathOption);
505 node->SetMotionPathOption(option);
507 node->SetMotionPathOption(option);
512 node->SetMotionPathOption(option);
579 node->SetMotionPathOption(option);
/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() function
88 property_->SetMotionPathOption(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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h294 void SetMotionPathOption(const MotionPathOption& option) in SetMotionPathOption() function
H A Drender_node.cpp1333 rsNode->SetMotionPathOption(nativeMotionOption); in UpdateAll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h178 void SetMotionPathOption(const MotionPathOption& option) in SetMotionPathOption() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp490 void RSNode::SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption) in SetMotionPathOption() function in OHOS::Rosen::RSNode
2135 modifier->SetMotionPathOption(motionPathOption_); in AddModifier()
2229 modifier->SetMotionPathOption(motionPathOption_); in UpdateModifierMotionPathOption()
2234 modifier->SetMotionPathOption(motionPathOption_); in UpdateModifierMotionPathOption()
H A Drs_node.h179 void SetMotionPathOption(const std::shared_ptr<RSMotionPathOption>& motionPathOption);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp795 tweenOption.SetMotionPathOption(option->motionPathOption); in SetSharedTransition()
818 flexItem->SetMotionPathOption(option); in SetMotionPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp737 renderComponent->SetMotionPathOption(positionedComponent->GetMotionPathOption()); in UpdateTopComponentProps()
/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>(""));
5001 HWTEST_F(RSNodeTest, SetMotionPathOption, TestSize.Level1)
5006 rsNode->SetMotionPathOption(motionPathOption);
5021 rsNode->SetMotionPathOption(motionPathOption);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5122 rsNode_->SetMotionPathOption(nullptr);
5131 rsNode_->SetMotionPathOption(std::make_shared<Rosen::RSMotionPathOption>(motionOption));