Searched refs:AnimationFunction (Results 1 – 5 of 5) sorted by relevance
36 double AnimationFunction::Linear (const double nTime) in Linear()45 double AnimationFunction::FastInSlowOut_Sine (const double nTime) in FastInSlowOut_Sine()58 double AnimationFunction::FastInSlowOut_Root (const double nTime) in FastInSlowOut_Root()71 double AnimationFunction::SlowInSlowOut_0to0_Sine (const double nTime) in SlowInSlowOut_0to0_Sine()84 double AnimationFunction::Vibrate_Sine (const double nTime) in Vibrate_Sine()92 Point AnimationFunction::ScalePoint (const Point& rPoint, const double nTime) in ScalePoint()102 double AnimationFunction::Blend ( in Blend()113 void AnimationFunction::ApplyVisualStateChange ( in ApplyVisualStateChange()128 void AnimationFunction::ApplyLocationOffsetChange ( in ApplyLocationOffsetChange()145 void AnimationFunction::ApplyButtonAlphaChange( in ApplyButtonAlphaChange()
42 class AnimationFunction class45 virtual ~AnimationFunction() {} in ~AnimationFunction()62 typedef ::boost::shared_ptr< AnimationFunction > AnimationFunctionSharedPtr;
41 class ExpressionNode : public AnimationFunction
730 controller::AnimationFunction::Blend, in StartFadeAnimation()733 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()736 controller::AnimationFunction::Blend, in StartFadeAnimation()739 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()756 controller::AnimationFunction::ApplyButtonAlphaChange, in StartFadeAnimation()
45 class AnimationFunction class
Completed in 30 milliseconds