HomeSort by relevance Sort by last modified time
    Searched refs:interpolate (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/libs/hwui/
Interpolator.h 32 virtual float interpolate(float input) = 0;
42 virtual float interpolate(float input) override;
48 virtual float interpolate(float input) override;
57 virtual float interpolate(float input) override;
65 virtual float interpolate(float input) override;
72 virtual float interpolate(float input) override;
78 virtual float interpolate(float input) override;
86 virtual float interpolate(float input) override;
93 virtual float interpolate(float input) override { return input; }
99 virtual float interpolate(float input) override
    [all...]
Interpolator.cpp 32 float AccelerateDecelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::AccelerateDecelerateInterpolator
36 float AccelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::AccelerateInterpolator
44 float AnticipateInterpolator::interpolate(float t) { function in class:android::uirenderer::AnticipateInterpolator
56 float AnticipateOvershootInterpolator::interpolate(float t) { function in class:android::uirenderer::AnticipateOvershootInterpolator
65 float BounceInterpolator::interpolate(float t) { function in class:android::uirenderer::BounceInterpolator
73 float CycleInterpolator::interpolate(float input) { function in class:android::uirenderer::CycleInterpolator
77 float DecelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::DecelerateInterpolator
87 float OvershootInterpolator::interpolate(float t) { function in class:android::uirenderer::OvershootInterpolator
92 float PathInterpolator::interpolate(float t) { function in class:android::uirenderer::PathInterpolator
98 // Do a binary search for the correct x to interpolate between
133 float LUTInterpolator::interpolate(float input) { function in class:android::uirenderer::LUTInterpolator
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationUtils.java 43 public static float interpolate(float start, float end, float amount) { method in class:NotificationUtils
49 (int) interpolate(Color.alpha(startColor), Color.alpha(endColor), amount),
50 (int) interpolate(Color.red(startColor), Color.red(endColor), amount),
51 (int) interpolate(Color.green(startColor), Color.green(endColor), amount),
52 (int) interpolate(Color.blue(startColor), Color.blue(endColor), amount));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolatorTests.java 75 mInterpolator.interpolate(0.0f);
79 mInterpolator.interpolate(0.2f);
83 mInterpolator.interpolate(0.5f);
87 mInterpolator.interpolate(0.8f);
91 mInterpolator.interpolate(1.0f);
111 mInterpolator.interpolate(0.0f);
115 mInterpolator.interpolate(0.2f);
119 mInterpolator.interpolate(0.5f);
123 mInterpolator.interpolate(0.8f);
127 mInterpolator.interpolate(1.0f)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BivariateRealGridInterpolator.java 42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) method in interface:BivariateRealGridInterpolator
MultivariateRealInterpolator.java 44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) method in interface:MultivariateRealInterpolator
TrivariateRealGridInterpolator.java 47 TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) method in interface:TrivariateRealGridInterpolator
UnivariateRealInterpolator.java 37 UnivariateRealFunction interpolate(double xval[], double yval[]) method in interface:UnivariateRealInterpolator
NevilleInterpolator.java 50 public PolynomialFunctionLagrangeForm interpolate(double x[], double y[]) method in class:NevilleInterpolator
BicubicSplineInterpolator.java 37 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:BicubicSplineInterpolator
75 ySplineX[j] = spInterpolator.interpolate(xval, fX[j]);
82 xSplineY[i] = spInterpolator.interpolate(yval, fval[i]);
SmoothingBicubicSplineInterpolator.java 50 public BivariateRealFunction interpolate(final double[] xval, method in class:SmoothingBicubicSplineInterpolator
88 ySplineX[j] = spInterpolator.interpolate(xval, zX[j]);
105 xSplineY[i] = spInterpolator.interpolate(yval, zY_1[i]);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 34 unsigned interpolate; member in struct:r600_shader_io
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.h 36 unsigned interpolate; member in struct:si_shader_io
  /external/ImageMagick/MagickCore/
resample-private.h 43 const MagickBooleanType interpolate,ExceptionInfo *exception)
67 if (interpolate != MagickFalse)
  /external/chromium-trace/catapult/telemetry/telemetry/util/
js_template.py 19 """Helper method to interpolate Python values into JavaScript snippets.
43 to interpolate with values.
48 def interpolate(m): function in function:Render
65 result = RE_REPLACEMENT_FIELD.sub(interpolate, template)
  /external/replicaisland/src/com/replica/replicaisland/
MovementComponent.java 44 float offsetX = sInterpolator.interpolate(timeDelta);
50 float offsetY = sInterpolator.interpolate(timeDelta);
  /external/webrtc/talk/media/base/
videoframe.h 133 // height. The parameter "interpolate" controls whether to interpolate or just
167 // height. The parameter "interpolate" controls whether to interpolate or just
178 bool interpolate,
182 // frame. The parameter "interpolate" controls whether to interpolate or just
185 virtual void StretchToFrame(VideoFrame *target, bool interpolate,
189 // hold it. The parameter "interpolate" controls whether to interpolate o
    [all...]
videoframe.cc 157 bool interpolate,
200 static_cast<int>(width), static_cast<int>(height), interpolate);
204 bool interpolate, bool vert_crop) const {
213 interpolate, vert_crop);
220 bool interpolate, bool vert_crop) const {
226 StretchToFrame(dest, interpolate, vert_crop);
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 52 Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective);
  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_interpolation.hpp 33 /// @brief Allows to directly interpolate two exiciting matrices.
78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate(
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 85 LIBYUV_BOOL interpolate);
91 LIBYUV_BOOL interpolate);
  /external/libyuv/files/include/libyuv/
scale.h 119 LIBYUV_BOOL interpolate);
130 LIBYUV_BOOL interpolate);
  /prebuilts/misc/common/robolectric/lib/
plexus-interpolation-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/
plexus-interpolation-1.11.jar 
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 113 float x = interpolate(intervalFraction, startX, endX);
114 float y = interpolate(intervalFraction, startY, endY);
146 private static float interpolate(float fraction, float startValue, float endValue) { method in class:PathKeyframes

Completed in 396 milliseconds

1 2 3 4 5 6 7 8 910