OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnimationBase
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/animation/
AnimationBase.h
40
class
AnimationBase
;
49
class
AnimationBase
: public RefCounted<
AnimationBase
> {
53
AnimationBase
(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim);
54
virtual ~
AnimationBase
() { }
103
updateStateMachine(
AnimationBase
::AnimationStateInputStartTimeSet, startTime);
180
updateStateMachine(
AnimationBase
::AnimationStateInputStyleAvailable, -1);
218
static bool blendProperties(const
AnimationBase
* anim, int prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
AnimationBase.cpp
30
#include "
AnimationBase
.h"
80
static inline int blendFunc(const
AnimationBase
*, int from, int to, double progress)
85
static inline double blendFunc(const
AnimationBase
*, double from, double to, double progress)
90
static inline float blendFunc(const
AnimationBase
*, float from, float to, double progress)
95
static inline Color blendFunc(const
AnimationBase
* anim, const Color& from, const Color& to, double progress)
114
static inline Length blendFunc(const
AnimationBase
*, const Length& from, const Length& to, double progress)
119
static inline LengthSize blendFunc(const
AnimationBase
* anim, const LengthSize& from, const LengthSize& to, double progress)
125
static inline IntSize blendFunc(const
AnimationBase
* anim, const IntSize& from, const IntSize& to, double progress)
131
static inline ShadowStyle blendFunc(const
AnimationBase
* anim, ShadowStyle from, ShadowStyle to, double progress)
142
static inline ShadowData* blendFunc(const
AnimationBase
* anim, const ShadowData* from, const ShadowData* to, double progress
[
all
...]
Completed in 20 milliseconds