Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DLinearInt.java30 private final int fromValue; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
DLinearDouble.java30 private final double fromValue; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
DLinearColor.java32 private final Color fromValue; field in LinearColor
46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
/external/webkit/WebCore/platform/
DLength.h183 int fromValue = from.isZero() ? 0 : from.value(); in blend() local
/external/webkit/WebCore/svg/
DSVGAnimationElement.cpp240 String SVGAnimationElement::fromValue() const in fromValue() function in WebCore::SVGAnimationElement