Home
last modified time | relevance | path

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

/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/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