Home
last modified time | relevance | path

Searched defs:interpolate (Results 1 – 13 of 13) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java60 public float interpolate(float secondsDelta) { in interpolate() method in Interpolator
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DColorRGBA.java287 public void interpolate(ColorRGBA finalColor, float changeAmnt) { in interpolate() method in ColorRGBA
302 public void interpolate(ColorRGBA beginColor, ColorRGBA finalColor, float changeAmnt) { in interpolate() method in ColorRGBA
DCurveAndSurfaceMath.java65 …public static void interpolate(float u, float v, List<List<Vector4f>> controlPoints, List<Float>[]… in interpolate() method in CurveAndSurfaceMath
DVector2f.java241 public Vector2f interpolate(Vector2f finalVec, float changeAmnt) { in interpolate() method in Vector2f
259 public Vector2f interpolate(Vector2f beginVec, Vector2f finalVec, in interpolate() method in Vector2f
DSpline.java255 public Vector3f interpolate(float value, int currentControlPoint, Vector3f store) { in interpolate() method in Spline
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h380 bool interpolate, bool crop) const { in StretchToPlanes()
384 bool interpolate, bool crop) const { in StretchToBuffer()
388 virtual void StretchToFrame(VideoFrame *target, bool interpolate, in StretchToFrame()
392 virtual VideoFrame *Stretch(size_t w, size_t h, bool interpolate, in Stretch()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DAnimationFactory.java415 private void interpolate(Object[] keyFrames, Type type) { in interpolate() method in AnimationFactory
/external/skia/src/animator/
DSkDisplayApply.cpp543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { in interpolate() function in SkApply
/external/skia/legacy/src/animator/
DSkDisplayApply.cpp543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { in interpolate() function in SkApply
/external/opencv/cv/include/
Dcvcompat.h757 int CV_UNREFERENCED(interpolate) ) in cvUnDistortOnce()
770 int CV_UNREFERENCED(interpolate) ) in cvUnDistortInit()
785 int CV_UNREFERENCED(interpolate) ) in cvUnDistort()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnMathUtils.cpp224 float interpolate(float a, float b, float t) in interpolate() function
/external/libyuv/files/source/
Dscale.cc2991 bool interpolate) { in Scale()
3051 bool interpolate) { in ScaleOffset()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.c3813 int interpolate) { in Scale()
3853 int interpolate) { in ScaleOffset()