/external/replicaisland/src/com/replica/replicaisland/ |
D | TimeSystem.java | 75 scale = Lerp.ease(1.0f, mTargetScale, EASE_DURATION, scaleTime); in update() 79 scale = Lerp.ease(mTargetScale, 1.0f, EASE_DURATION, easeOutTime); in update()
|
D | FadeDrawableComponent.java | 102 opacity = Lerp.lerp(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update() 104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update()
|
D | CameraSystem.java | 116 mCurrentCameraPosition.x = Lerp.ease(mPreInterpolateCameraPosition.x, in update() 119 mCurrentCameraPosition.y = Lerp.ease(mPreInterpolateCameraPosition.y, in update()
|
D | Lerp.java | 19 public final class Lerp { class
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 31 void ValueTraits<ScalarValue>::Lerp(const ScalarValue& v0, const ScalarValue& v1, float t, in Lerp() function in skottie::ValueTraits 55 void ValueTraits<VectorValue>::Lerp(const VectorValue& v0, const VectorValue& v1, float t, in Lerp() function in skottie::ValueTraits 62 ValueTraits<ScalarValue>::Lerp(v0[i], v1[i], t, &(*result)[i]); in Lerp() 184 void ValueTraits<ShapeValue>::Lerp(const ShapeValue& v0, const ShapeValue& v1, float t, in Lerp() function in skottie::ValueTraits 307 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() function in skottie::ValueTraits
|
D | SkottieValue.h | 36 static void Lerp(const T&, const T&, float, T*);
|
D | SkottieAnimator.cpp | 240 ValueTraits<T>::Lerp(v0, v1, lt, v); in eval()
|
/external/skia/include/core/ |
D | SkShader.h | 144 static sk_sp<SkShader> Lerp(float t, sk_sp<SkShader> dst, sk_sp<SkShader> src, 147 static sk_sp<SkShader> Lerp(sk_sp<SkShader> red, sk_sp<SkShader> dst, sk_sp<SkShader> src,
|
D | SkColorFilter.h | 177 static sk_sp<SkColorFilter> Lerp(float t, sk_sp<SkColorFilter> dst, sk_sp<SkColorFilter> src);
|
/external/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 32 void ValueTraits<ScalarValue>::Lerp(const ScalarValue& v0, const ScalarValue& v1, float t, in Lerp() function in skottie::ValueTraits 55 void ValueTraits<VectorValue>::Lerp(const VectorValue& v0, const VectorValue& v1, float t, in Lerp() function in skottie::ValueTraits 62 ValueTraits<ScalarValue>::Lerp(v0[i], v1[i], t, &(*result)[i]); in Lerp() 209 void ValueTraits<ShapeValue>::Lerp(const ShapeValue& v0, const ShapeValue& v1, float t, in Lerp() function in skottie::ValueTraits
|
D | SkottieValue.h | 34 static void Lerp(const T&, const T&, float, T*);
|
D | Animator.cpp | 377 ValueTraits<T>::Lerp(fValues[lerp_info.vrec0.idx], in onTick()
|
/external/skia/src/shaders/ |
D | SkComposeShader.cpp | 57 sk_sp<SkShader> SkShaders::Lerp(float weight, sk_sp<SkShader> dst, sk_sp<SkShader> src, in Lerp() function in SkShaders 71 sk_sp<SkShader> SkShaders::Lerp(sk_sp<SkShader> red, sk_sp<SkShader> dst, sk_sp<SkShader> src, in Lerp() function in SkShaders 151 return buffer.isValid() ? SkShaders::Lerp(t, std::move(dst), std::move(src)) : nullptr; in CreateProc() 178 SkShaders::Lerp(std::move(red), std::move(dst), std::move(src)) : nullptr; in CreateProc()
|
/external/skia/gm/ |
D | mixercolorfilter.cpp | 112 SkColorFilters::Lerp(static_cast<float>(i) / (fTileCount - 1), cf0, cf1)); in mixRow() 192 auto sh = SkShaders::Lerp(sh2, fS0, fS1); in onDraw()
|
D | colorfilterimagefilter.cpp | 269 return SkShaders::Lerp(t, a, sh); in __anon77d1ed550102() 275 return SkShaders::Lerp(t, a, SkShaders::Blend(mode, a, b)); in __anon77d1ed550202()
|
/external/skia/samplecode/ |
D | SampleMixer.cpp | 45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw() 153 paint.setShader(SkShaders::Lerp(sh, fSH0, fSH1)); canvas->drawRect(r, paint); in onDrawContent()
|
/external/skia/src/core/ |
D | SkColorFilter.cpp | 362 return SkColorFilters::Lerp(weight, std::move(cf0), std::move(cf1)); in CreateProc() 365 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() function in SkColorFilters
|
/external/skia/bench/ |
D | ColorFilterBench.cpp | 181 []() { return SkColorFilters::Lerp(0.3f, in __anonfcc66af80a02()
|
/external/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 152 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() function in skottie::ValueTraits
|
/external/toolchain-utils/cros_utils/ |
D | tabulator_test.py | 64 c3 = tabulator.Color.Lerp(0.5, c1, c2)
|
D | tabulator.py | 785 def Lerp(cls, ratio, a, b): member in Color 849 ret = Color.Lerp(value, high_color, mid_color) 853 ret = Color.Lerp(value, low_color, mid_color)
|
/external/skia/modules/sksg/src/ |
D | SkSGColorFilter.cpp | 220 return SkColorFilters::Lerp(fWeight, nullptr, std::move(gradientCF)); in onRevalidateFilter()
|
/external/walt/ios/WALT/ |
D | DragLatencyController.mm | 45 static T Lerp(const T& x0, const T& x1, double alpha) { function 78 y.push_back(Lerp(yp[ip - 1], yp[ip], alpha));
|
/external/skia/modules/canvaskit/ |
D | externs.js | 440 Lerp: function() {}, method
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 443 const gbShader = CanvasKit.SkShader.Lerp(0.5, gShader, bShader);
|