/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/ |
D | LottieInterpolatedValue.java | 8 private final T startValue; field in LottieInterpolatedValue 12 LottieInterpolatedValue(T startValue, T endValue) { in LottieInterpolatedValue() 16 LottieInterpolatedValue(T startValue, T endValue, Interpolator interpolator) { in LottieInterpolatedValue() 27 abstract T interpolateValue(T startValue, T endValue, float progress); in interpolateValue()
|
D | LottieInterpolatedFloatValue.java | 10 public LottieInterpolatedFloatValue(Float startValue, Float endValue) { in LottieInterpolatedFloatValue() 14 public LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator) { in LottieInterpolatedFloatValue() 18 @Override Float interpolateValue(Float startValue, Float endValue, float progress) { in interpolateValue()
|
D | LottieInterpolatedIntegerValue.java | 10 public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue) { in LottieInterpolatedIntegerValue() 14 …public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue, Interpolator interpola… in LottieInterpolatedIntegerValue() 18 @Override Integer interpolateValue(Integer startValue, Integer endValue, float progress) { in interpolateValue()
|
D | LottieInterpolatedPointValue.java | 12 public LottieInterpolatedPointValue(PointF startValue, PointF endValue) { in LottieInterpolatedPointValue() 16 …public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)… in LottieInterpolatedPointValue() 20 @Override PointF interpolateValue(PointF startValue, PointF endValue, float progress) { in interpolateValue()
|
D | LottieFrameInfo.java | 12 private T startValue; field in LottieFrameInfo 22 T startValue, in set()
|
D | Keyframe.java | 15 @Nullable public final T startValue; field in Keyframe 37 @Nullable T startValue, @Nullable T endValue, in Keyframe()
|
D | LottieValueCallback.java | 52 T startValue, in getValueInternal()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | NewtonSolver.java | 69 public double solve(final double min, final double max, final double startValue) in solve() 129 final double min, final double max, final double startValue) in solve() 151 final double min, final double max, final double startValue) in solve()
|
D | UnivariateRealSolver.java | 122 double solve(double min, double max, double startValue) in solve() 145 double solve(UnivariateRealFunction f, double min, double max, double startValue) in solve()
|
D | UnivariateRealSolverImpl.java | 181 …uble solve(int maxEval, UnivariateRealFunction function, double min, double max, double startValue) in solve()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | GradientColorKeyframeAnimation.java | 13 GradientColor startValue = keyframes.get(0).startValue; in GradientColorKeyframeAnimation() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
D | SliceFunction.java | 39 Value startValue = args[1]; in execute() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | UnivariateRealOptimizer.java | 94 double min, double max, double startValue) in optimize()
|
D | MultiStartUnivariateRealOptimizer.java | 314 final double min, final double max, final double startValue) in optimize()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GeneratedPluralSamples.java | 55 private final long startValue; field in GeneratedPluralSamples.Range
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | BaseStrokeContent.java | 212 float startValue; in applyTrimPath() local 228 float startValue; in applyTrimPath() local
|
/external/skqp/src/gpu/gradients/ |
D | GrSingleIntervalGradientColorizer.cpp | 46 const SkPMColor4f& startValue = _outer.start(); in onSetData() local
|
/external/skia/src/gpu/gradients/generated/ |
D | GrSingleIntervalGradientColorizer.cpp | 50 const SkPMColor4f& startValue = _outer.start; in onSetData() local
|
/external/aac/libFDK/include/ |
D | FDK_crc.h | 133 USHORT startValue; /*!< CRC start value. */ member
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | KeyframeParser.java | 83 T startValue = null; in parseKeyframe() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
D | AbstractUnivariateRealOptimizer.java | 219 double min, double max, double startValue) in optimize()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | Utils.java | 110 Path path, float startValue, float endValue, float offsetValue) { in applyTrimPathIfNeeded()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 583 …const deUint32 startValue = static_cast<deUint32>(tfBufBindingOffsets[drawNdx] / sizeof(deUint32)); in iterate() local 667 const deUint32 startValue = static_cast<deUint32>(chunkOffsetsList[drawNdx] / sizeof(deUint32)); in iterate() local 899 const deUint32 startValue = 0u; in iterate() local 1613 const deUint32 startValue = static_cast<deUint32>(chunkOffsetsList[0] / sizeof(deUint32)); in iterate() local 1628 const deUint32 startValue = static_cast<deUint32>(chunkOffsetsList[1] / sizeof(deUint32)); in iterate() local
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | common.h | 376 void StartValue(HostDataType startValue) {_startValue = startValue;} in StartValue()
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 242 …void * startValue = ( typeSize == 4 ) ? (void *)&testFns.mIntStartValue : (void *)&testFns.mLongSt… in test_atomic_function() local
|