/external/proguard/src/proguard/gui/splash/ |
D | LinearInt.java | 31 private final int toValue; field in LinearInt 41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
|
D | LinearDouble.java | 31 private final double toValue; field in LinearDouble 41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
|
D | LinearColor.java | 33 private final Color toValue; field in LinearColor 46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCrossfadeValue.h | 45 …Value> create(PassRefPtrWillBeRawPtr<CSSValue> fromValue, PassRefPtrWillBeRawPtr<CSSValue> toValue) in create() 72 …rossfadeValue(PassRefPtrWillBeRawPtr<CSSValue> fromValue, PassRefPtrWillBeRawPtr<CSSValue> toValue) in CSSCrossfadeValue()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLength.cpp | 414 float toValue = valueInSpecifiedUnits(); in blend() local 435 float toValue = valueInSpecifiedUnits(); in blend() local 447 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue() 462 float SVGLength::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement) in calculateDistance()
|
D | SVGAnimatedColor.cpp | 61 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue() 91 float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextE… in calculateDistance()
|
D | SVGPreserveAspectRatio.cpp | 400 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue() 413 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* co… in calculateDistance()
|
D | SVGAnimatedTypeAnimator.cpp | 235 RefPtr<SVGPropertyBase> toValue = to; in calculateAnimatedValue() local 252 RefPtr<SVGPropertyBase> toValue = createPropertyForAnimation(toString); in calculateDistance() local
|
D | SVGTransformList.cpp | 296 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue() 335 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*) in calculateDistance()
|
D | SVGPoint.cpp | 125 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGRect.cpp | 128 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGPointList.cpp | 132 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGNumberList.cpp | 116 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGPathSegList.cpp | 170 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGLengthList.cpp | 137 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
|
D | SVGPathBlender.cpp | 57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
|
D | SVGAnimationElement.cpp | 312 String SVGAnimationElement::toValue() const in toValue() function in blink::SVGAnimationElement
|
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableImage.cpp | 56 CSSValue* toValue = toAnimatableImage(value)->toCSSValue(); in interpolateTo() local
|