HomeSort by relevance Sort by last modified time
    Searched refs:toValue (Results 1 - 8 of 8) sorted by null

  /external/proguard/src/proguard/gui/splash/
LinearDouble.java 31 private final double toValue;
38 * @param toValue the value that corresponds to a timing of 1.
41 public LinearDouble(double fromValue, double toValue, Timing timing)
44 this.toValue = toValue;
53 return fromValue + timing.getTiming(time) * (toValue - fromValue);
LinearInt.java 31 private final int toValue;
38 * @param toValue the value that corresponds to a timing of 1.
41 public LinearInt(int fromValue, int toValue, Timing timing)
44 this.toValue = toValue;
53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue));
LinearColor.java 33 private final Color toValue;
43 * @param toValue the value that corresponds to a timing of 1.
46 public LinearColor(Color fromValue, Color toValue, Timing timing)
49 this.toValue = toValue;
64 t == 1.0 ? toValue :
65 new Color((int)(fromValue.getRed() + t * (toValue.getRed() - fromValue.getRed())),
66 (int)(fromValue.getGreen() + t * (toValue.getGreen() - fromValue.getGreen())),
67 (int)(fromValue.getBlue() + t * (toValue.getBlue() - fromValue.getBlue())));
  /external/fonttools/Lib/fontTools/ttLib/tables/
_a_v_a_r.py 69 fromValue, toValue = struct.unpack(">hh", data[pos:pos+4])
70 segments[fixedToFloat(fromValue, 14)] = fixedToFloat(toValue, 14)
97 toValue = safeEval(elementAttrs["to"])
101 segment[fromValue] = toValue
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 270 void (*toValue)(const UnicodeString &str, void *valPtr, UErrorCode &);
352 gFieldData[fieldId].ops->toValue(
  /external/proguard/lib/
proguardgui.jar 
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 4294 milliseconds