/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableColorTest.cpp | 52 …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 …]
|
D | AnimatableColor.cpp | 62 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()
|
D | AnimatableSVGPaint.cpp | 36 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()
|
D | AnimatableColor.h | 44 AnimatableColorImpl interpolateTo(const AnimatableColorImpl&, double fraction) const; 66 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableSVGLength.cpp | 38 PassRefPtr<AnimatableValue> AnimatableSVGLength::interpolateTo(const AnimatableValue* value, double… in interpolateTo() function in WebCore::AnimatableSVGLength
|
D | AnimatableVisibility.cpp | 36 PassRefPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableVisibility
|
D | AnimatableNeutral.h | 44 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) c… in interpolateTo() function
|
D | AnimatableShadow.cpp | 36 PassRefPtr<AnimatableValue> AnimatableShadow::interpolateTo(const AnimatableValue* value, double fr… in interpolateTo() function in WebCore::AnimatableShadow
|
D | AnimatableStrokeDasharrayList.h | 51 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableTransform.h | 49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableVisibility.h | 50 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableTransform.cpp | 41 PassRefPtr<AnimatableValue> AnimatableTransform::interpolateTo(const AnimatableValue* value, double… in interpolateTo() function in WebCore::AnimatableTransform
|
D | AnimatableClipPathOperation.h | 49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableShapeValue.h | 49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableSVGLength.h | 54 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableFilterOperations.h | 49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableShadow.h | 49 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableLengthPoint.cpp | 36 PassRefPtr<AnimatableValue> AnimatableLengthPoint::interpolateTo(const AnimatableValue* value, doub… in interpolateTo() function in WebCore::AnimatableLengthPoint
|
D | AnimatableShapeValue.cpp | 36 PassRefPtr<AnimatableValue> AnimatableShapeValue::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableShapeValue
|
D | AnimatableImage.h | 51 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|
D | AnimatableLengthBoxAndBool.cpp | 36 PassRefPtr<AnimatableValue> AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value,… in interpolateTo() function in WebCore::AnimatableLengthBoxAndBool
|
D | AnimatableLengthSize.cpp | 36 PassRefPtr<AnimatableValue> AnimatableLengthSize::interpolateTo(const AnimatableValue* value, doubl… in interpolateTo() function in WebCore::AnimatableLengthSize
|
D | AnimatableClipPathOperation.cpp | 36 PassRefPtr<AnimatableValue> AnimatableClipPathOperation::interpolateTo(const AnimatableValue* value… in interpolateTo() function in WebCore::AnimatableClipPathOperation
|
D | AnimatableDouble.cpp | 45 PassRefPtr<AnimatableValue> AnimatableDouble::interpolateTo(const AnimatableValue* value, double fr… in interpolateTo() function in WebCore::AnimatableDouble
|
D | AnimatableDouble.h | 57 …virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const O…
|