Home
last modified time | relevance | path

Searched defs:Lerp (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.cpp31 void ValueTraits<ScalarValue>::Lerp(const ScalarValue& v0, const ScalarValue& v1, float t, in Lerp() function in skottie::ValueTraits
54 void ValueTraits<VectorValue>::Lerp(const VectorValue& v0, const VectorValue& v1, float t, in Lerp() function in skottie::ValueTraits
183 void ValueTraits<ShapeValue>::Lerp(const ShapeValue& v0, const ShapeValue& v1, float t, in Lerp() function in skottie::ValueTraits
/third_party/flutter/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
/third_party/flutter/skia/modules/skottie/src/text/
DTextValue.cpp118 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() function in skottie::ValueTraits
DRangeSelector.cpp175 float Lerp(float a, float b, float t) { return a + (b - a) * t; } in Lerp() function
/third_party/skia/modules/skottie/src/animator/
DKeyframeAnimator.h147 T Lerp(const T& a, const T& b, float t) { return a + (b - a) * t; } in Lerp() function
/third_party/flutter/skia/src/core/
DSkColorFilter.cpp338 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() function in SkColorFilters
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1438 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local
/third_party/skia/modules/canvaskit/
Dexterns.js648 Lerp: function() {}, method