Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 11 of 11) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DLinearInt.java30 private final int fromValue; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
DLinearDouble.java30 private final double fromValue; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
DLinearColor.java32 private final Color fromValue; field in LinearColor
46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp234 FloatAnimationValue* fromValue = (FloatAnimationValue*) m_operations->at(from); in applyForProgress() local
276 TransformAnimationValue* fromValue = (TransformAnimationValue*) m_operations->at(from); in applyForProgress() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DIpoHelper.java147 public Ipo fromValue(float constValue) { in fromValue() method in IpoHelper
/external/webkit/Source/WebCore/platform/
DLength.h196 float fromValue = from.isZero() ? 0 : from.value(); in blend() local
/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp53 … float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y(); in blendAnimatedDimensonalFloat() local
DSVGAnimationElement.cpp274 String SVGAnimationElement::fromValue() const in fromValue() function in WebCore::SVGAnimationElement
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1783 float fromValue; in setTransformAnimationEndpoints() local
1791 FloatPoint3D fromValue; in setTransformAnimationEndpoints() local
1799 TransformationMatrix fromValue; in setTransformAnimationEndpoints() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1495 const T& fromValue = fromKeyframe.value; in updateCurrentTime() local
1601 virtual void applyFrame(const qreal& fromValue, const qreal& toValue, qreal progress) in applyFrame()
/external/webkit/Source/JavaScriptCore/runtime/
DArrayPrototype.cpp1114 JSValue fromValue = exec->argument(1); in arrayProtoFuncLastIndexOf() local