Searched defs:fromValue (Results 1 – 5 of 5) sorted by relevance
30 private final int fromValue; field in LinearInt41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
30 private final double fromValue; field in LinearDouble41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
32 private final Color fromValue; field in LinearColor46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
183 int fromValue = from.isZero() ? 0 : from.value(); in blend() local
240 String SVGAnimationElement::fromValue() const in fromValue() function in WebCore::SVGAnimationElement