/external/proguard/src/proguard/gui/splash/ |
D | LinearColor.java | 33 private final Color toValue; field in LinearColor 46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor() argument 49 this.toValue = toValue; in LinearColor() 64 t == 1.0 ? toValue : in getColor() 65 … new Color((int)(fromValue.getRed() + t * (toValue.getRed() - fromValue.getRed())), in getColor() 66 … (int)(fromValue.getGreen() + t * (toValue.getGreen() - fromValue.getGreen())), in getColor() 67 … (int)(fromValue.getBlue() + t * (toValue.getBlue() - fromValue.getBlue()))); in getColor()
|
D | LinearInt.java | 31 private final int toValue; field in LinearInt 41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt() argument 44 this.toValue = toValue; in LinearInt() 53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue)); in getInt()
|
D | LinearDouble.java | 31 private final double toValue; field in LinearDouble 41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble() argument 44 this.toValue = toValue; in LinearDouble() 53 return fromValue + timing.getTiming(time) * (toValue - fromValue); in getDouble()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _a_v_a_r.py | 70 fromValue, toValue = struct.unpack(">hh", data[pos:pos+4]) 71 segments[fi2fl(fromValue, 14)] = fi2fl(toValue, 14) 96 toValue = str2fl(elementAttrs["to"], 14) 100 segment[fromValue] = toValue
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 273 void (*toValue)(const UnicodeString &str, void *valPtr, UErrorCode &); member 355 gFieldData[fieldId].ops->toValue( in setField()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 517 return formatImpl(items, true).toValue(); in formatToValue() 751 public FormattedList toValue() { in toValue() method in ListFormatter.FormattedListBuilder
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 492 return formatImpl(items, true).toValue(); in formatToValue() 725 public FormattedList toValue() { in toValue() method in ListFormatter.FormattedListBuilder
|
/external/llvm-project/flang/lib/Lower/ |
D | IntrinsicCall.cpp | 632 mlir::Value toValue(const fir::ExtendedValue &val, in toValue() function 716 auto val = toValue(extendedVal, builder, loc); in genIntrinsicCall() 756 return toValue(extendedResult, builder, loc); in invokeGenerator() 855 mlirArgs.emplace_back(toValue(extendedVal, builder, loc)); in outlineInWrapper()
|
/external/llvm-project/clang/docs/ |
D | ObjectiveCLiterals.rst | 591 animation.toValue = @(newPosition); 596 animation.toValue = [NSValue valueWithCGPoint:newPosition];
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 591 animation.toValue = @(newPosition); 596 animation.toValue = [NSValue valueWithCGPoint:newPosition];
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 914 uint8_t toValue(StringRef Name) { in toValue() function 936 Ret |= toValue(Val); in denormalize()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 987 uint8_t toValue(StringRef Name) { in toValue() function 1009 Ret |= toValue(Val); in denormalize()
|