Home
last modified time | relevance | path

Searched defs:toValue (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DLinearInt.java31 private final int toValue; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
DLinearDouble.java31 private final double toValue; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
DLinearColor.java33 private final Color toValue; field in LinearColor
46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp235 FloatAnimationValue* toValue = (FloatAnimationValue*) m_operations->at(to); in applyForProgress() local
277 TransformAnimationValue* toValue = (TransformAnimationValue*) m_operations->at(to); in applyForProgress() local
/external/webkit/Source/WebCore/platform/
DLength.h197 float toValue = isZero() ? 0 : value(); in blend() local
/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp54 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
DSVGAnimationElement.cpp264 String SVGAnimationElement::toValue() const in toValue() function in WebCore::SVGAnimationElement
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1787 float toValue; in setTransformAnimationEndpoints() local
1795 FloatPoint3D toValue; in setTransformAnimationEndpoints() local
1803 TransformationMatrix toValue; in setTransformAnimationEndpoints() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1496 const T& toValue = toKeyframe.value; in updateCurrentTime() local
1601 virtual void applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) in applyFrame()