Home
last modified time | relevance | path

Searched refs:ToFloatAnimationCurve (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/animation/
Danimation_curve.cc19 const FloatAnimationCurve* AnimationCurve::ToFloatAnimationCurve() const { in ToFloatAnimationCurve() function in cc::AnimationCurve
Danimation_curve.h38 const FloatAnimationCurve* ToFloatAnimationCurve() const;
Dlayer_animation_controller.cc155 event.opacity = animation->curve()->ToFloatAnimationCurve()->GetValue( in AccumulatePropertyUpdates()
694 active_animations_[i]->curve()->ToFloatAnimationCurve(); in TickAnimations()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_animation.cc467 animation->curve()->ToFloatAnimationCurve(); in AnimateLayers()