Home
last modified time | relevance | path

Searched refs:LinearInterpolate (Results 1 – 25 of 60) sorted by relevance

123

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dmorph.cpp178 double pos = LinearInterpolate( in Linear()
181 color.R = LinearInterpolate( in Linear()
183 color.G = LinearInterpolate( in Linear()
185 color.B = LinearInterpolate( in Linear()
204 val.Store(LinearInterpolate(factor, v1, v2, angular)); in Linear()
213 int(LinearInterpolate(factor, v1.G, v2.G, angular)), in Linear()
223 LinearInterpolate(factor, v1.y, v2.y, angular), in Linear()
224 LinearInterpolate(factor, v1.z, v2.z, angular))); in Linear()
233 LinearInterpolate(factor, v1.y, v2.y, angular), in Linear()
234 LinearInterpolate(factor, v1.z, v2.z, angular), in Linear()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAxisPhysicsModel.cpp44 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
48 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
95 double AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAxisPhysicsModel.cpp44 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
48 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
95 double AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAxisPhysicsModel.cpp44 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
48 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
95 double AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DAxisPhysicsModel.cpp44 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
48 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
95 double AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DAxisPhysicsModel.cpp52 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
58 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
115 AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, double aBlend) in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
H A DAxisPhysicsModel.h123 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAxisPhysicsModel.cpp44 return LinearInterpolate(mPrevState.v, mNextState.v, mProgress); in GetVelocity()
48 return LinearInterpolate(mPrevState.p, mNextState.p, mProgress); in GetPosition()
95 double AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, in LinearInterpolate() function in mozilla::layers::AxisPhysicsModel
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DBitmapBrush.cpp67 float top = LinearInterpolate<float>(topLeft, topRight, lowerX, upperX, originalX); in GenerateBitmap()
68 float bottom = LinearInterpolate<float>(bottomLeft, bottomRight, lowerX, upperX, originalX); in GenerateBitmap()
69 float mid = LinearInterpolate<float>(top, bottom, lowerY, upperY, originalY); in GenerateBitmap()
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DDataSource.h768 T r0 = LinearInterpolate(x, x0, x1, v00, v10); in BilinearInterpolate()
769 T r1 = LinearInterpolate(x, x0, x1, v01, v11); in BilinearInterpolate()
771 return LinearInterpolate(y, y0, y1, r0, r1); in BilinearInterpolate()
776 T x00 = LinearInterpolate(x, x0, x1, v000, v100); in TrilinearInterpolate()
777 T x10 = LinearInterpolate(x, x0, x1, v010, v110); in TrilinearInterpolate()
778 T x01 = LinearInterpolate(x, x0, x1, v001, v101); in TrilinearInterpolate()
779 T x11 = LinearInterpolate(x, x0, x1, v011, v111); in TrilinearInterpolate()
780 T r0 = LinearInterpolate(y, y0, y1, x00, x01); in TrilinearInterpolate()
781 T r1 = LinearInterpolate(y, y0, y1, x10, x11); in TrilinearInterpolate()
783 return LinearInterpolate(z, z0, z1, r0, r1); in TrilinearInterpolate()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/math/
H A Dlinear_interpolate.py7 class LinearInterpolate(function_node.FunctionNode): class
94 return LinearInterpolate().apply((p, x, y))[0]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/highlighter/
H A Dhighlighter_gesture_util_unittest.cc22 float LinearInterpolate(float from, float to, int position, int range) { in LinearInterpolate() function
40 AddPoint(LinearInterpolate(origin.x(), x, i, kPointsPerLine), in LineTo()
41 LinearInterpolate(origin.y(), y, i, kPointsPerLine)); in LineTo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DAudioEventTimeline.cpp11 static float LinearInterpolate(double t0, float v0, double t1, float v1, double t) in LinearInterpolate() function
46 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], t - startTime); in ExtractValueFromCurve()
216 return LinearInterpolate(TimeOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/fast_ink/laser/
H A Dlaser_pointer_view.cc34 float LinearInterpolate(float initial_value, in LinearInterpolate() function
330 float current_radius = LinearInterpolate(kPointInitialRadius, in Draw()
332 int current_opacity = static_cast<int>(LinearInterpolate( in Draw()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp12 static float LinearInterpolate(double t0, float v0, double t1, float v1, in LinearInterpolate() function
48 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], in ExtractValueFromCurve()
280 return LinearInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp12 static float LinearInterpolate(double t0, float v0, double t1, float v1, in LinearInterpolate() function
48 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], in ExtractValueFromCurve()
281 return LinearInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp12 static float LinearInterpolate(double t0, float v0, double t1, float v1, in LinearInterpolate() function
48 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], in ExtractValueFromCurve()
280 return LinearInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp12 static float LinearInterpolate(double t0, float v0, double t1, float v1, in LinearInterpolate() function
48 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], in ExtractValueFromCurve()
280 return LinearInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp12 static float LinearInterpolate(double t0, float v0, double t1, float v1, in LinearInterpolate() function
48 return LinearInterpolate(t0, aCurve[current], t1, aCurve[next], in ExtractValueFromCurve()
266 return LinearInterpolate(TimeOf(aPrevious), aPrevious->mValue, in GetValuesAtTimeHelperInternal()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DTransform2D.cs232 v = v1.LinearInterpolate(v2, weight).Normalized(); in InterpolateWith()
246 var res = new Transform2D(Mathf.Atan2(v.y, v.x), p1.LinearInterpolate(p2, weight)); in InterpolateWith()
247 Vector2 scale = s1.LinearInterpolate(s2, weight); in InterpolateWith()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DTransform2D.cs232 v = v1.LinearInterpolate(v2, weight).Normalized(); in InterpolateWith()
246 var res = new Transform2D(Mathf.Atan2(v.y, v.x), p1.LinearInterpolate(p2, weight)); in InterpolateWith()
247 Vector2 scale = s1.LinearInterpolate(s2, weight); in InterpolateWith()

123