HomeSort by relevance Sort by last modified time
    Searched defs:fromValue (Results 1 - 19 of 19) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
AspectRatio.java 40 public static AspectRatio fromValue(int value) {
  /external/proguard/src/proguard/gui/splash/
LinearDouble.java 30 private final double fromValue;
37 * @param fromValue the value that corresponds to a timing of 0.
41 public LinearDouble(double fromValue, double toValue, Timing timing)
43 this.fromValue = fromValue;
53 return fromValue + timing.getTiming(time) * (toValue - fromValue);
LinearInt.java 30 private final int fromValue;
37 * @param fromValue the value that corresponds to a timing of 0.
41 public LinearInt(int fromValue, int toValue, Timing timing)
43 this.fromValue = fromValue;
53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue));
LinearColor.java 32 private final Color fromValue;
42 * @param fromValue the value that corresponds to a timing of 0.
46 public LinearColor(Color fromValue, Color toValue, Timing timing)
48 this.fromValue = fromValue;
63 t == 0.0 ? fromValue :
65 new Color((int)(fromValue.getRed() + t * (toValue.getRed() - fromValue.getRed())),
66 (int)(fromValue.getGreen() + t * (toValue.getGreen() - fromValue.getGreen()))
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java 147 public Ipo fromValue(float constValue) {
  /external/webkit/Source/WebCore/platform/
Length.h 196 float fromValue = from.isZero() ? 0 : from.value();
198 return Length(fromValue + (toValue - fromValue) * progress, resultType);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 234 FloatAnimationValue* fromValue = (FloatAnimationValue*) m_operations->at(from);
237 ALOGV("[layer %d] opacity fromValue %x, key %.2f, toValue %x, key %.2f for progress %.2f",
239 fromValue, fromValue->keyTime(),
245 const TimingFunction* timingFunction = fromValue->timingFunction();
246 progress = applyTimingFunction(fromValue->keyTime(), toValue->keyTime(),
250 float value = fromValue->value() + ((toValue->value() - fromValue->value()) * progress);
276 TransformAnimationValue* fromValue = (TransformAnimationValue*) m_operations->at(from);
279 ALOGV("[layer %d] fromValue %x, key %.2f, toValue %x, key %.2f for progress %.2f"
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 53 float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y();
63 float currentValue = blendAnimatedFloat(fromValue, toValue, m_progress);
SVGAnimationElement.cpp 228 return fromValue().isEmpty() ? ToAnimation : FromToAnimation;
230 return fromValue().isEmpty() ? ByAnimation : FromByAnimation;
274 String SVGAnimationElement::fromValue() const
507 String from = fromValue();
  /external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 221 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) {
223 mFromValue = fromValue;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 664 milliseconds