Home
last modified time | relevance | path

Searched defs:lerp (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/src/gpu/effects/generated/
DGrComposeLerpRedEffect.h21 std::unique_ptr<GrFragmentProcessor> lerp) { in Make()
35 std::unique_ptr<GrFragmentProcessor> lerp) in GrComposeLerpRedEffect()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp38 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp() function
39 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const… in lerp() function
41 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const… in lerp() function
42 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const… in lerp() function
43 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const… in lerp() function
44 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const… in lerp() function
45 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const… in lerp() function
Ddual_quaternion.inl232 …GLM_FUNC_QUALIFIER tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T co… function
Dsimd_quat.inl440 GLM_FUNC_QUALIFIER detail::fquatSIMD lerp function
/third_party/skia/experimental/lowp-basic/
DCMakeLists.txt8 add_executable(lerp lerp-study.cpp) target
Dlerp-study.cpp85 static Stats check_lerp(Lerp lerp) { in check_lerp()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DPuckerBloat.cpp23 static SkPoint lerp(const SkPoint& p0, const SkPoint& p1, SkScalar t) { in lerp() function
DGradient.cpp159 auto lerp = [](float a, float b, float t) { return a + t * (b - a); }; in onSync() local
/third_party/skia/src/core/
DSkVM.h777 F32 lerp(F32 lo, F32 hi, float t) { return lerp( lo , hi , splat(t)); } in lerp() function
778 F32 lerp(F32 lo, float hi, float t) { return lerp( lo , splat(hi), splat(t)); } in lerp() function
779 F32 lerp(F32 lo, float hi, F32 t) { return lerp( lo , splat(hi), t ); } in lerp() function
780 F32 lerp(float lo, F32 hi, F32 t) { return lerp(splat(lo), hi , t ); } in lerp() function
781 F32 lerp(float lo, F32 hi, float t) { return lerp(splat(lo), hi , splat(t)); } in lerp() function
782 F32 lerp(float lo, float hi, F32 t) { return lerp(splat(lo), splat(hi), t ); } in lerp() function
1244 SI F32 lerp(F32 lo, F32 hi, F32 t) { return lo->lerp(lo,hi,t); } in lerp() function
1245 SI F32 lerp(F32 lo, F32 hi, float t) { return lo->lerp(lo,hi,t); } in lerp() function
1246 SI F32 lerp(F32 lo, float hi, F32 t) { return lo->lerp(lo,hi,t); } in lerp() function
1247 SI F32 lerp(F32 lo, float hi, float t) { return lo->lerp(lo,hi,t); } in lerp() function
[all …]
DSkCompressedDataUtils.cpp170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() function
DSkDraw_vertices.cpp238 auto lerp = [](SkPoint3 curr, SkPoint3 next, float t) { in fill_triangle_3() local
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.c117 lerp (gdouble t, gdouble a, gdouble b) in lerp() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVector.cpp169 Vector lerp(const Vector &u, const Vector &v, float t) in lerp() function
/third_party/skia/gm/
Dtrickycubicstrokes.cpp94 static SkPoint lerp(const SkPoint& a, const SkPoint& b, float T) { in lerp() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dfractal.cpp60 inline float lerp(float x, float min, float max) { in lerp() function
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/
DSDL_sysjoystick.c66 static SDL_INLINE void lerp (point *dest, point *a, point *b, float t) in lerp() function
/third_party/skia/samplecode/
DSampleFitCubicToCircle.cpp79 static double lerp(double x, double y, double T) { in lerp() function
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py282 def lerp(a, b, steps): function
/third_party/skia/modules/canvaskit/tests/
Dcanvas.spec.js250 const lerp = CanvasKit.ColorFilter.MakeLerp(0.6, red, blue); constant
/third_party/skia/tests/
DGeometryTest.cpp522 SkPoint lerp(const SkPoint& a, const SkPoint& b, float t) { in lerp() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp131 template<int N> static inline SkNx<N,float> lerp(const SkNx<N,float>& a, const SkNx<N,float>& b, in lerp() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl498 GLM_FUNC_QUALIFIER tquat<T, P> lerp(tquat<T, P> const & x, tquat<T, P> const & y, T a) function
/third_party/harfbuzz/src/
Dhb-ot-glyf-table.hh1077 optional_point_t lerp (optional_point_t p, float t) in lerp() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh1143 optional_point_t lerp (optional_point_t p, float t) in lerp() function
/third_party/flutter/skia/src/shaders/
DSkPerlinNoiseShader.cpp576 static SkScalar lerp(SkScalar t, SkScalar a, SkScalar b) { in lerp() function

12