/third_party/skia/experimental/lowp-basic/ |
D | lerp-study.cpp | 84 template <typename Lerp> 85 static Stats check_lerp(Lerp lerp) { in check_lerp()
|
/third_party/skia/modules/skottie/src/animator/ |
D | VectorKeyframeAnimator.cpp | 116 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()
|
D | ScalarKeyframeAnimator.cpp | 32 *fTarget = Lerp(lerp_info.vrec0.flt, lerp_info.vrec1.flt, lerp_info.weight); in onSeek()
|
D | KeyframeAnimator.h | 147 T Lerp(const T& a, const T& b, float t) { return a + (b - a) * t; } in Lerp() function
|
D | Vec2KeyframeAnimator.cpp | 94 return this->update(Lerp(v0.v2, v1.v2, lerp_info.weight), tan); in onSeek()
|
/third_party/skia/include/core/ |
D | SkColorFilter.h | 84 static sk_sp<SkColorFilter> Lerp(float t, sk_sp<SkColorFilter> dst, sk_sp<SkColorFilter> src);
|
/third_party/skia/samplecode/ |
D | SampleMixer.cpp | 45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw()
|
/third_party/skia/gm/ |
D | mixercolorfilter.cpp | 121 paint.setColorFilter(SkColorFilters::Lerp(t, cf0, cf1)); in mixRow()
|
/third_party/skia/bench/ |
D | ColorFilterBench.cpp | 183 []() { return SkColorFilters::Lerp(0.3f, in __anon5122092b0a02()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGColorFilter.cpp | 220 return SkColorFilters::Lerp(fWeight, nullptr, std::move(gradientCF)); in onRevalidateFilter()
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 648 Lerp: function() {}, method
|
D | CHANGELOG.md | 290 - `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`.
|
D | canvaskit_bindings.cpp | 1198 .class_function("MakeLerp", &SkColorFilters::Lerp) in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/src/core/ |
D | SkColorFilter.cpp | 454 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/ |
D | dual_quaternion.inl | 235 // Lerp is only defined in [0, 1]
|
D | simd_quat.inl | 447 // Lerp is only defined in [0, 1]
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 18 * 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/ |
D | InstCombineAddSub.cpp | 1438 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local 1439 return Lerp; in factorizeFAddFSub()
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 86 * 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/ |
D | quaternion.inl | 500 // Lerp is only defined in [0, 1]
|