Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/splash/
DLinearDouble.java31 private final double toValue; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
DLinearInt.java31 private final int toValue; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
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.h46 … PassRefPtr<CSSCrossfadeValue> create(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) in create()
71 CSSCrossfadeValue(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) in CSSCrossfadeValue()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.h130 float toValue = valueInSpecifiedUnits(); in blend() local
152 float toValue = valueInSpecifiedUnits(); in blend() local
DSVGPathBlender.cpp57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
DSVGAnimationElement.cpp333 String SVGAnimationElement::toValue() const in toValue() function in WebCore::SVGAnimationElement
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableImage.cpp55 RefPtr<CSSValue> toValue = image->toCSSValue(); in interpolateTo() local