OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:interpolateTo
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGLength.cpp
38
PassRefPtr<AnimatableValue> AnimatableSVGLength::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableLengthBox.cpp
36
PassRefPtr<AnimatableValue> AnimatableLengthBox::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableLengthBoxAndBool.cpp
36
PassRefPtr<AnimatableValue> AnimatableLengthBoxAndBool::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableLengthPoint.cpp
36
PassRefPtr<AnimatableValue> AnimatableLengthPoint::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableLengthSize.cpp
36
PassRefPtr<AnimatableValue> AnimatableLengthSize::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableSVGPaint.cpp
36
PassRefPtr<AnimatableValue> AnimatableSVGPaint::
interpolateTo
(const AnimatableValue* value, double fraction) const
41
return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.
interpolateTo
(svgPaint->m_color, fraction), String());
AnimatableShadow.cpp
36
PassRefPtr<AnimatableValue> AnimatableShadow::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableVisibility.cpp
36
PassRefPtr<AnimatableValue> AnimatableVisibility::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableClipPathOperation.cpp
36
PassRefPtr<AnimatableValue> AnimatableClipPathOperation::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableDouble.cpp
45
PassRefPtr<AnimatableValue> AnimatableDouble::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableImage.cpp
40
PassRefPtr<AnimatableValue> AnimatableImage::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableShapeValue.cpp
36
PassRefPtr<AnimatableValue> AnimatableShapeValue::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableTransform.cpp
41
PassRefPtr<AnimatableValue> AnimatableTransform::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableColor.cpp
62
AnimatableColorImpl AnimatableColorImpl::
interpolateTo
(const AnimatableColorImpl& to, double fraction) const
91
PassRefPtr<AnimatableValue> AnimatableColor::
interpolateTo
(const AnimatableValue* value, double fraction) const
94
return create(m_color.
interpolateTo
(color->m_color, fraction),
95
m_visitedLinkColor.
interpolateTo
(color->m_visitedLinkColor, fraction));
AnimatableStrokeDasharrayList.cpp
56
PassRefPtr<AnimatableValue> AnimatableStrokeDasharrayList::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableFilterOperations.cpp
38
PassRefPtr<AnimatableValue> AnimatableFilterOperations::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableRepeatable.cpp
68
PassRefPtr<AnimatableValue> AnimatableRepeatable::
interpolateTo
(const AnimatableValue* value, double fraction) const
AnimatableLength.cpp
93
PassRefPtr<AnimatableValue> AnimatableLength::
interpolateTo
(const AnimatableValue* value, double fraction) const
Completed in 1056 milliseconds