Searched defs:interpolateTo (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableSVGLength.cpp38 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableSVGLength::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableSVGLength
H A DAnimatableShadow.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableShadow::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableShadow
H A DAnimatableTransform.cpp41 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableTransform::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableTransform
H A DAnimatableClipPathOperation.cpp49 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableClipPathOperation::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableClipPathOperation
H A DAnimatableDouble.cpp45 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableDouble::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableDouble
H A DAnimatableImage.cpp50 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableImage::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableImage
H A DAnimatableLengthBox.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthBox::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLengthBox
H A DAnimatableLengthBoxAndBool.cpp44 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLengthBoxAndBool
H A DAnimatableLengthPoint.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthPoint::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLengthPoint
H A DAnimatableLengthPoint3D.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthPoint3D::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLengthPoint3D
H A DAnimatableLengthSize.cpp36 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthSize::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLengthSize
H A DAnimatableSVGPaint.cpp43 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableSVGPaint::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableSVGPaint
H A DAnimatableShapeValue.cpp51 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableShapeValue::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableShapeValue
H A DAnimatableVisibility.cpp43 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableVisibility
H A DAnimatableFilterOperations.cpp44 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableFilterOperations::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableFilterOperations
H A DAnimatableLength.cpp70 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLength::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLength
H A DAnimatableColor.cpp71 AnimatableColorImpl AnimatableColorImpl::interpolateTo(const AnimatableColorImpl& to, double fraction) const function in class:blink::AnimatableColorImpl
100 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableColor::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableColor
103 return create(m_color.interpolateTo(color->m_color, fraction),
104 m_visitedLinkColor.interpolateTo(color->m_visitedLinkColor, fraction));
H A DAnimatableRepeatable.cpp73 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableRepeatable::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableRepeatable
H A DAnimatableStrokeDasharrayList.cpp65 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableStrokeDasharrayList::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableStrokeDasharrayList

Completed in 78 milliseconds