HomeSort by relevance Sort by last modified time
    Searched defs:fromValue (Results 1 - 18 of 18) 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/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 129 float fromValue = from.valueInSpecifiedUnits();
132 length.newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress), es);
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es);
148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
153 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es);
SVGPathBlender.cpp 56 float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y();
66 float currentValue = blend(fromValue, toValue, m_progress);
SVGAnimationElement.cpp 295 setAnimationMode(fromValue().isEmpty() ? ToAnimation : FromToAnimation);
297 setAnimationMode(fromValue().isEmpty() ? ByAnimation : FromByAnimation);
343 String SVGAnimationElement::fromValue() const
582 String from = fromValue();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java 147 public Ipo fromValue(float constValue) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 52 public static Mirror fromValue(char value) {
199 Mirror r = Mirror.fromValue((char) reader.nextInt());
FilterRotateRepresentation.java 48 public static Rotation fromValue(int value) {
179 Rotation r = Rotation.fromValue(reader.nextInt());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 261 float fromValue = from.isZero() ? 0 : from.value();
263 return Length(WebCore::blend(fromValue, toValue, progress), resultType);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 232 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) {
234 mFromValue = fromValue;
    [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 2288 milliseconds