Home
last modified time | relevance | path

Searched defs:toValue (Results 1 – 18 of 18) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DLinearInt.java31 private final int toValue; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
DLinearDouble.java31 private final double toValue; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
DLinearColor.java33 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/
DCSSCrossfadeValue.h45 …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/
DSVGLength.cpp414 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()
DSVGAnimatedColor.cpp61 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
91 float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextE… in calculateDistance()
DSVGPreserveAspectRatio.cpp400 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
413 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* co… in calculateDistance()
DSVGAnimatedTypeAnimator.cpp235 RefPtr<SVGPropertyBase> toValue = to; in calculateAnimatedValue() local
252 RefPtr<SVGPropertyBase> toValue = createPropertyForAnimation(toString); in calculateDistance() local
DSVGTransformList.cpp296 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
335 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*) in calculateDistance()
DSVGPoint.cpp125 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGRect.cpp128 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGPointList.cpp132 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGNumberList.cpp116 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGPathSegList.cpp170 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGLengthList.cpp137 …signed repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, Pa… in calculateAnimatedValue()
DSVGPathBlender.cpp57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
DSVGAnimationElement.cpp312 String SVGAnimationElement::toValue() const in toValue() function in blink::SVGAnimationElement
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableImage.cpp56 CSSValue* toValue = toAnimatableImage(value)->toCSSValue(); in interpolateTo() local