Home
last modified time | relevance | path

Searched refs:interpolateTo (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableColorTest.cpp52 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFF00FF00), -10).toColor().r… in TEST()
53 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), -10).toColor().r… in TEST()
54 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 0).toColor().rgb… in TEST()
55 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 1. / 255).toColo… in TEST()
56 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 0.5).toColor().r… in TEST()
57 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 254. / 255).toCo… in TEST()
58 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 1).toColor().rgb… in TEST()
59 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 10).toColor().rg… in TEST()
61 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF001020)).interpolateTo(Color(0xFF4080C0), 3. / 16).toColor… in TEST()
63 …EXPECT_EQ(AnimatableColorImpl(Color(0x0000FF00)).interpolateTo(Color(0xFFFF00FF), 0.5).toColor().r… in TEST()
[all …]
DAnimatableColor.cpp62 AnimatableColorImpl AnimatableColorImpl::interpolateTo(const AnimatableColorImpl& to, double fracti… in interpolateTo() function in WebCore::AnimatableColorImpl
91 PassRefPtr<AnimatableValue> AnimatableColor::interpolateTo(const AnimatableValue* value, double fra… in interpolateTo() function in WebCore::AnimatableColor
94 return create(m_color.interpolateTo(color->m_color, fraction), in interpolateTo()
95 m_visitedLinkColor.interpolateTo(color->m_visitedLinkColor, fraction)); in interpolateTo()
DAnimatableSVGPaint.cpp36 PassRefPtr<AnimatableValue> AnimatableSVGPaint::interpolateTo(const AnimatableValue* value, double … in interpolateTo() function in WebCore::AnimatableSVGPaint
41 …return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.interpolateTo(svgPaint… in interpolateTo()
DAnimatableColor.h44 AnimatableColorImpl interpolateTo(const AnimatableColorImpl&, double fraction) const;
66 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableSVGLength.cpp38 PassRefPtr<AnimatableValue> AnimatableSVGLength::interpolateTo(const AnimatableValue* value, double… in interpolateTo() function in WebCore::AnimatableSVGLength
DAnimatableVisibility.cpp36 PassRefPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableVisibility
DAnimatableNeutral.h44 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) c… in interpolateTo() function
DAnimatableShadow.cpp36 PassRefPtr<AnimatableValue> AnimatableShadow::interpolateTo(const AnimatableValue* value, double fr… in interpolateTo() function in WebCore::AnimatableShadow
DAnimatableStrokeDasharrayList.h51 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableTransform.h49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableVisibility.h50 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableTransform.cpp41 PassRefPtr<AnimatableValue> AnimatableTransform::interpolateTo(const AnimatableValue* value, double… in interpolateTo() function in WebCore::AnimatableTransform
DAnimatableClipPathOperation.h49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableShapeValue.h49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableSVGLength.h54 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableFilterOperations.h49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableShadow.h49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableLengthPoint.cpp36 PassRefPtr<AnimatableValue> AnimatableLengthPoint::interpolateTo(const AnimatableValue* value, doub… in interpolateTo() function in WebCore::AnimatableLengthPoint
DAnimatableShapeValue.cpp36 PassRefPtr<AnimatableValue> AnimatableShapeValue::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableShapeValue
DAnimatableImage.h51 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
DAnimatableLengthBoxAndBool.cpp36 PassRefPtr<AnimatableValue> AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value,… in interpolateTo() function in WebCore::AnimatableLengthBoxAndBool
DAnimatableLengthSize.cpp36 PassRefPtr<AnimatableValue> AnimatableLengthSize::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableLengthSize
DAnimatableClipPathOperation.cpp36 PassRefPtr<AnimatableValue> AnimatableClipPathOperation::interpolateTo(const AnimatableValue* value… in interpolateTo() function in WebCore::AnimatableClipPathOperation
DAnimatableDouble.cpp45 PassRefPtr<AnimatableValue> AnimatableDouble::interpolateTo(const AnimatableValue* value, double fr… in interpolateTo() function in WebCore::AnimatableDouble
DAnimatableDouble.h57 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…

12