Home
last modified time | relevance | path

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

/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
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
/external/replicaisland/src/com/replica/replicaisland/
DLerp.java19 public final class Lerp { class
/external/libchrome/ui/gfx/geometry/
Dquaternion.cc80 Quaternion Quaternion::Lerp(const Quaternion& q, double t) const { in Lerp() function in gfx::Quaternion
Dquaternion_unittest.cc115 TEST(QuatTest, Lerp) { in TEST() argument
/external/walt/ios/WALT/
DDragLatencyController.mm45 static T Lerp(const T& x0, const T& x1, double alpha) { function
/external/skia/modules/skottie/src/animator/
DKeyframeAnimator.h135 T Lerp(const T& a, const T& b, float t) { return a + (b - a) * t; } in Lerp() function
/external/skia/src/shaders/
DSkComposeShader.cpp54 sk_sp<SkShader> SkShaders::Lerp(float weight, sk_sp<SkShader> dst, sk_sp<SkShader> src) { in Lerp() function in SkShaders
/external/skia/src/core/
DSkColorFilter.cpp445 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() function in SkColorFilters
/external/toolchain-utils/cros_utils/
Dtabulator.py790 def Lerp(cls, ratio, a, b): member in Color
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1438 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1471 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local
/external/skia/modules/canvaskit/
Dexterns.js635 Lerp: function() {}, method