Home
last modified time | relevance | path

Searched refs:Lerp (Results 1 – 25 of 30) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DTimeSystem.java75 scale = Lerp.ease(1.0f, mTargetScale, EASE_DURATION, scaleTime); in update()
79 scale = Lerp.ease(mTargetScale, 1.0f, EASE_DURATION, easeOutTime); in update()
DFadeDrawableComponent.java102 opacity = Lerp.lerp(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update()
104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed); in update()
DCameraSystem.java116 mCurrentCameraPosition.x = Lerp.ease(mPreInterpolateCameraPosition.x, in update()
119 mCurrentCameraPosition.y = Lerp.ease(mPreInterpolateCameraPosition.y, in update()
DLerp.java19 public final class Lerp { class
/external/skqp/modules/skottie/src/
DSkottieValue.cpp31 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
DSkottieValue.h36 static void Lerp(const T&, const T&, float, T*);
DSkottieAnimator.cpp240 ValueTraits<T>::Lerp(v0, v1, lt, v); in eval()
/external/skia/include/core/
DSkShader.h144 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,
DSkColorFilter.h177 static sk_sp<SkColorFilter> Lerp(float t, sk_sp<SkColorFilter> dst, sk_sp<SkColorFilter> src);
/external/skia/modules/skottie/src/
DSkottieValue.cpp32 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
DSkottieValue.h34 static void Lerp(const T&, const T&, float, T*);
DAnimator.cpp377 ValueTraits<T>::Lerp(fValues[lerp_info.vrec0.idx], in onTick()
/external/skia/src/shaders/
DSkComposeShader.cpp57 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/
Dmixercolorfilter.cpp112 SkColorFilters::Lerp(static_cast<float>(i) / (fTileCount - 1), cf0, cf1)); in mixRow()
192 auto sh = SkShaders::Lerp(sh2, fS0, fS1); in onDraw()
Dcolorfilterimagefilter.cpp269 return SkShaders::Lerp(t, a, sh); in __anon77d1ed550102()
275 return SkShaders::Lerp(t, a, SkShaders::Blend(mode, a, b)); in __anon77d1ed550202()
/external/skia/samplecode/
DSampleMixer.cpp45 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/
DSkColorFilter.cpp362 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/
DColorFilterBench.cpp181 []() { return SkColorFilters::Lerp(0.3f, in __anonfcc66af80a02()
/external/skia/modules/skottie/src/text/
DTextValue.cpp152 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() function in skottie::ValueTraits
/external/toolchain-utils/cros_utils/
Dtabulator_test.py64 c3 = tabulator.Color.Lerp(0.5, c1, c2)
Dtabulator.py785 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/
DSkSGColorFilter.cpp220 return SkColorFilters::Lerp(fWeight, nullptr, std::move(gradientCF)); in onRevalidateFilter()
/external/walt/ios/WALT/
DDragLatencyController.mm45 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/
Dexterns.js440 Lerp: function() {}, method
/external/skia/modules/canvaskit/tests/
Dcore.spec.js443 const gbShader = CanvasKit.SkShader.Lerp(0.5, gShader, bShader);

12