Searched defs:toValue (Results 1 – 9 of 9) sorted by relevance
31 private final int toValue; field in LinearInt41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
31 private final double toValue; field in LinearDouble41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
33 private final Color toValue; field in LinearColor46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
235 FloatAnimationValue* toValue = (FloatAnimationValue*) m_operations->at(to); in applyForProgress() local277 TransformAnimationValue* toValue = (TransformAnimationValue*) m_operations->at(to); in applyForProgress() local
197 float toValue = isZero() ? 0 : value(); in blend() local
54 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
264 String SVGAnimationElement::toValue() const in toValue() function in WebCore::SVGAnimationElement
1787 float toValue; in setTransformAnimationEndpoints() local1795 FloatPoint3D toValue; in setTransformAnimationEndpoints() local1803 TransformationMatrix toValue; in setTransformAnimationEndpoints() local
1496 const T& toValue = toKeyframe.value; in updateCurrentTime() local1601 virtual void applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) in applyFrame()