Searched defs:toValue (Results 1 – 4 of 4) sorted by relevance
31 private final double toValue; field in LinearDouble41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble()
31 private final int toValue; field in LinearInt41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt()
33 private final Color toValue; field in LinearColor46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor()
270 void (*toValue)(const UnicodeString &str, void *valPtr, UErrorCode &); member