Searched defs:toValue (Results 1 – 8 of 8) sorted by relevance
31 private final double toValue; field in LinearDouble41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
31 private final int toValue; field in LinearInt41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
33 private final Color toValue; field in LinearColor46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
46 … PassRefPtr<CSSCrossfadeValue> create(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) in create()71 CSSCrossfadeValue(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue) in CSSCrossfadeValue()
130 float toValue = valueInSpecifiedUnits(); in blend() local152 float toValue = valueInSpecifiedUnits(); in blend() local
57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
333 String SVGAnimationElement::toValue() const in toValue() function in WebCore::SVGAnimationElement
55 RefPtr<CSSValue> toValue = image->toCSSValue(); in interpolateTo() local