Searched defs:fromValue (Results 1 – 11 of 11) 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()
234 FloatAnimationValue* fromValue = (FloatAnimationValue*) m_operations->at(from); in applyForProgress() local276 TransformAnimationValue* fromValue = (TransformAnimationValue*) m_operations->at(from); in applyForProgress() local
147 public Ipo fromValue(float constValue) { in fromValue() method in IpoHelper
196 float fromValue = from.isZero() ? 0 : from.value(); in blend() local
53 … float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
274 String SVGAnimationElement::fromValue() const in fromValue() function in WebCore::SVGAnimationElement
1783 float fromValue; in setTransformAnimationEndpoints() local1791 FloatPoint3D fromValue; in setTransformAnimationEndpoints() local1799 TransformationMatrix fromValue; in setTransformAnimationEndpoints() local
1495 const T& fromValue = fromKeyframe.value; in updateCurrentTime() local1601 virtual void applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) in applyFrame()
1114 JSValue fromValue = exec->argument(1); in arrayProtoFuncLastIndexOf() local