HomeSort by relevance Sort by last modified time
    Searched refs:compositeOnto (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffectTest.cpp 86 expectDoubleValue(5.0, values->at(0).second->compositeOnto(unknownAnimatableValue(7.0)));
95 expectDoubleValue(5.0, effect->sample(0, 0.6)->at(0).second->compositeOnto(unknownAnimatableValue(7.0)));
104 expectDoubleValue(3.0 * 0.4 + 5.0 * 0.6, effect->sample(0, 0.6)->at(0).second->compositeOnto(unknownAnimatableValue(7.0)));
113 expectDoubleValue((7.0 + 3.0) * 0.4 + (7.0 + 5.0) * 0.6, effect->sample(0, 0.6)->at(0).second->compositeOnto(pixelAnimatableValue(7.0)));
122 expectDoubleValue(5.0, effect->sample(0, 1.6)->at(0).second->compositeOnto(unknownAnimatableValue(7.0)));
131 expectDoubleValue(3.0 * -0.6 + 5.0 * 1.6, effect->sample(0, 1.6)->at(0).second->compositeOnto(pixelAnimatableValue(7.0)));
140 expectDoubleValue((7.0 + 3.0) * -0.6 + (7.0 + 5.0) * 1.6, effect->sample(0, 1.6)->at(0).second->compositeOnto(pixelAnimatableValue(7.0)));
157 expectDoubleValue(3.0, effect->sample(0, 0.6)->at(0).second->compositeOnto(unknownAnimatableValue(7.0)));
168 expectDoubleValue(7.0 * 0.4 + 5.0 * 0.6, effect->sample(0, 0.6)->at(0).second->compositeOnto(pixelAnimatableValue(7.0)));
185 expectDoubleValue(4.0, effect->sample(0, 0.3)->at(0).second->compositeOnto(unknownAnimatableValue(7.0)))
    [all...]
AnimationEffect.h 56 virtual PassRefPtr<AnimatableValue> compositeOnto(const AnimatableValue*) const = 0;
KeyframeAnimationEffect.cpp 51 virtual PassRefPtr<AnimatableValue> compositeOnto(const AnimatableValue* underlyingValue) const
73 virtual PassRefPtr<AnimatableValue> compositeOnto(const AnimatableValue* underlyingValue) const
95 virtual PassRefPtr<AnimatableValue> compositeOnto(const AnimatableValue* underlyingValue) const
97 return AnimatableValue::interpolate(m_before->compositeOnto(underlyingValue).get(), m_after->compositeOnto(underlyingValue).get(), m_fraction);
CompositorAnimations.cpp 441 RefPtr<AnimatableValue> value = keyframes[i]->value()->compositeOnto(0);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 511 newFrames[0]->setPropertyValue(id, compositableValue->compositeOnto(0).get());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp     [all...]

Completed in 27 milliseconds