Home
last modified time | relevance | path

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

/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp84 template <typename Lerp>
85 static Stats check_lerp(Lerp lerp) { in check_lerp()
/third_party/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.cpp116 new_val = Lerp(Sk4f::Load(v0), Sk4f::Load(v1), lerp_info.weight); in onSeek()
128 const auto new_val = Lerp(*v0++, *v1++, lerp_info.weight); in onSeek()
DScalarKeyframeAnimator.cpp32 *fTarget = Lerp(lerp_info.vrec0.flt, lerp_info.vrec1.flt, lerp_info.weight); in onSeek()
DKeyframeAnimator.h147 T Lerp(const T& a, const T& b, float t) { return a + (b - a) * t; } in Lerp() function
DVec2KeyframeAnimator.cpp94 return this->update(Lerp(v0.v2, v1.v2, lerp_info.weight), tan); in onSeek()
/third_party/skia/include/core/
DSkColorFilter.h84 static sk_sp<SkColorFilter> Lerp(float t, sk_sp<SkColorFilter> dst, sk_sp<SkColorFilter> src);
/third_party/skia/samplecode/
DSampleMixer.cpp45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw()
/third_party/skia/gm/
Dmixercolorfilter.cpp121 paint.setColorFilter(SkColorFilters::Lerp(t, cf0, cf1)); in mixRow()
/third_party/skia/bench/
DColorFilterBench.cpp183 []() { return SkColorFilters::Lerp(0.3f, in __anon5122092b0a02()
/third_party/skia/modules/sksg/src/
DSkSGColorFilter.cpp220 return SkColorFilters::Lerp(fWeight, nullptr, std::move(gradientCF)); in onRevalidateFilter()
/third_party/skia/modules/canvaskit/
Dexterns.js648 Lerp: function() {}, method
DCHANGELOG.md290 - `CanvasKit.Shader.Blend`, `...Color`, and `...Lerp` have been renamed to
566 - localmatrix option for `SkShader.Lerp` and `SkShader.Blend`.
701 - `SkShader.Blend`, `SkShader.Color`, `SkShader.Empty`, `SkShader.Lerp`.
Dcanvaskit_bindings.cpp1198 .class_function("MakeLerp", &SkColorFilters::Lerp) in EMSCRIPTEN_BINDINGS()
/third_party/skia/src/core/
DSkColorFilter.cpp454 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() function in SkColorFilters
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Ddual_quaternion.inl235 // Lerp is only defined in [0, 1]
Dsimd_quat.inl447 // Lerp is only defined in [0, 1]
/third_party/skia/site/docs/user/release/
Drelease_notes.md18 * Removed SkShaders::Lerp. It was unused (and easy to replicate with SkRuntimeEffect).
529 * Remove localmatrix option from SkShaders::[Blend, Lerp]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1438 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local
1439 return Lerp; in factorizeFAddFSub()
/third_party/skia/
DRELEASE_NOTES.txt86 * Removed SkShaders::Lerp. It was unused (and easy to replicate with SkRuntimeEffect).
634 * Remove localmatrix option from SkShaders::[Blend, Lerp]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl500 // Lerp is only defined in [0, 1]