Searched defs:tweenComponent (Results 1 – 8 of 8) sorted by relevance
183 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0602()228 const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0702()274 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0802()306 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0902()338 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0a02()370 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0b02()401 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0c02()434 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0d02()471 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0e02()508 g_configTweenComponent = [](const RefPtr<TweenComponent>& tweenComponent) { in __anon44602def0f02()[all …]
44 auto tweenComponent = AceType::MakeRefPtr<TweenComponent>(id, name, child); in CreateFromJson() local
276 auto tweenComponent = domNode->GetTweenComponent(); in JsAnimationStartTimeGet() local342 auto tweenComponent = domNode->GetTweenComponent(); in JsAnimationPendingGet() local459 auto tweenComponent = domNode->GetTweenComponent(); in JsCreateAnimation() local681 auto tweenComponent = domNode->GetTweenComponent(); in AnimationBridgeTaskFunc() local713 auto tweenComponent = domNode->GetTweenComponent(); in AnimationBridgeTaskFunc() local
240 RefPtr<TweenComponent> tweenComponent = in BuildChild() local
162 RefPtr<TweenComponent>& tweenComponent, TweenOption& tweenOption) in SetTweenComponentParams()
323 auto tweenComponent = AceType::DynamicCast<TweenComponent>(component_); in Update() local575 auto tweenComponent = AceType::DynamicCast<TweenComponent>(component_); in PerformBuild() local
2065 auto tweenComponent = AceType::DynamicCast<TweenComponent>(rootComponent_->GetChild()); in UpdatePositionProps() local2105 void DOMNode::UpdateTweenPosition(const RefPtr<TweenComponent> tweenComponent) in UpdateTweenPosition()
93 void SetTweenComponent(const RefPtr<TweenComponent>& tweenComponent) in SetTweenComponent()