Searched refs:interpolationEffect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolationEffectTest.cpp33 RefPtrWillBeRawPtr<InterpolationEffect> interpolationEffect = InterpolationEffect::create(); local
34 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(0), InterpolableNumber::create(10)),
37 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration);
40 activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration);
44 activeInterpolations = interpolationEffect->getActiveInterpolations(0.5, duration);
48 activeInterpolations = interpolationEffect->getActiveInterpolations(1.5, duration);
52 activeInterpolations = interpolationEffect->getActiveInterpolations(3, duration);
58 RefPtrWillBeRawPtr<InterpolationEffect> interpolationEffect = InterpolationEffect::create(); local
59 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(10), InterpolableNumber::create(15)),
61 interpolationEffect
[all...]

Completed in 71 milliseconds