Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 25 of 29) sorted by relevance

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieInterpolatedValue.java8 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()
DLottieInterpolatedFloatValue.java10 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()
DLottieInterpolatedIntegerValue.java10 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()
DLottieInterpolatedPointValue.java12 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()
DLottieFrameInfo.java12 private T startValue; field in LottieFrameInfo
22 T startValue, in set()
DKeyframe.java15 @Nullable public final T startValue; field in Keyframe
37 @Nullable T startValue, @Nullable T endValue, in Keyframe()
DLottieValueCallback.java52 T startValue, in getValueInternal()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DNewtonSolver.java69 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()
DUnivariateRealSolver.java122 double solve(double min, double max, double startValue) in solve()
145 double solve(UnivariateRealFunction f, double min, double max, double startValue) in solve()
DUnivariateRealSolverImpl.java181 …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/
DGradientColorKeyframeAnimation.java13 GradientColor startValue = keyframes.get(0).startValue; in GradientColorKeyframeAnimation() local
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
DSliceFunction.java39 Value startValue = args[1]; in execute() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DUnivariateRealOptimizer.java94 double min, double max, double startValue) in optimize()
DMultiStartUnivariateRealOptimizer.java314 final double min, final double max, final double startValue) in optimize()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratedPluralSamples.java55 private final long startValue; field in GeneratedPluralSamples.Range
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java212 float startValue; in applyTrimPath() local
228 float startValue; in applyTrimPath() local
/external/skqp/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.cpp46 const SkPMColor4f& startValue = _outer.start(); in onSetData() local
/external/skia/src/gpu/gradients/generated/
DGrSingleIntervalGradientColorizer.cpp50 const SkPMColor4f& startValue = _outer.start; in onSetData() local
/external/aac/libFDK/include/
DFDK_crc.h133 USHORT startValue; /*!< CRC start value. */ member
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DKeyframeParser.java83 T startValue = null; in parseKeyframe() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java219 double min, double max, double startValue) in optimize()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java110 Path path, float startValue, float endValue, float offsetValue) { in applyTrimPathIfNeeded()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp583 …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/
Dcommon.h376 void StartValue(HostDataType startValue) {_startValue = startValue;} in StartValue()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp242 …void * startValue = ( typeSize == 4 ) ? (void *)&testFns.mIntStartValue : (void *)&testFns.mLongSt… in test_atomic_function() local

12