Searched defs:AnimationBase (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/page/animation/ |
D | CompositeAnimation.h | 40 class AnimationBase; variable
|
D | AnimationController.h | 36 class AnimationBase; variable
|
D | AnimationBase.cpp | 67 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc() 72 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc() 77 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() 94 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() 507 AnimationBase::AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimatio… in AnimationBase() function in WebCore::AnimationBase
|
D | AnimationBase.h | 38 class AnimationBase; variable
|