/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
H A D | CurveAndSurfaceMath.java | 65 public static void interpolate(float u, float v, List<List<Vector4f>> controlPoints, List<Float>[] knots,
method in class:CurveAndSurfaceMath
|
H A D | ColorRGBA.java | 283 * @param finalColor The final color to interpolate towards
287 public void interpolate(ColorRGBA finalColor, float changeAmnt) {
method in class:ColorRGBA 298 * @param finalColor The final color to interpolate towards (changeAmnt=1)
302 public void interpolate(ColorRGBA beginColor, ColorRGBA finalColor, float changeAmnt) {
method in class:ColorRGBA
|
H A D | Spline.java | 255 public Vector3f interpolate(float value, int currentControlPoint, Vector3f store) { method in class:Spline
|
H A D | Vector2f.java | 236 * The final vector to interpolate towards 241 public Vector2f interpolate(Vector2f finalVec, float changeAmnt) { method in class:Vector2f 254 * The final vector to interpolate towards (delta=1) 259 public Vector2f interpolate(Vector2f beginVec, Vector2f finalVec, method in class:Vector2f
|
H A D | Vector3f.java | 832 * @param finalVec The final vector to interpolate towards
836 public Vector3f interpolate(Vector3f finalVec, float changeAmnt) {
method in class:Vector3f 847 * @param finalVec The final vector to interpolate towards
851 public Vector3f interpolate(Vector3f beginVec,Vector3f finalVec, float changeAmnt) {
method in class:Vector3f
|
H A D | Vector4f.java | 781 * @param finalVec The final vector to interpolate towards 785 public Vector4f interpolate(Vector4f finalVec, float changeAmnt) { method in class:Vector4f 797 * @param finalVec The final vector to interpolate towards 801 public Vector4f interpolate(Vector4f beginVec,Vector4f finalVec, float changeAmnt) { method in class:Vector4f
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | Interpolator.java | 60 public float interpolate(float secondsDelta) { method in class:Interpolator
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
H A D | AnimationFactory.java | 277 // since we are using quaternions and slerp for rotation interpolation, we cannot interpolate over an angle higher than PI 388 interpolate(keyFramesTranslation, Type.Translation); 389 interpolate(keyFramesRotation, Type.Rotation); 390 interpolate(keyFramesScale, Type.Scale); 415 private void interpolate(Object[] keyFrames, Type type) { method in class:AnimationFactory 421 //computing the frame span to interpolate over
|
/external/skia/src/animator/ |
H A D | SkDisplayApply.cpp | 197 bool result = interpolate(maker, maker.getInTime()); 282 interpolate(maker, maker.fEnableTime); 320 interpolate(maker, maker.fEnableTime); 331 interpolate(maker, maker.fEnableTime); 418 copy->interpolate(maker, step * SK_MSec1); 543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { function in class:SkApply 622 // SkDEBUGF(("interpolate: post on end\n"));
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
H A D | LoopBlinnMathUtils.cpp | 221 // Linearly interpolate between a and b, based on t. 222 // If t is 0, return a; if t is 1, return b; else interpolate. 224 float interpolate(float a, float b, float t) function in namespace:WebCore::LoopBlinnMathUtils::__anon14670 237 float ab = interpolate(controlPoint0, controlPoint1, t); 238 float bc = interpolate(controlPoint1, controlPoint2, t); 239 float cd = interpolate(controlPoint2, controlPoint3, t); 240 float abc = interpolate(ab, bc, t); 241 float bcd = interpolate(bc, cd, t); 242 return interpolate(abc, bcd, t); 399 float ab = interpolate(controlPoint [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
H A D | mediachannel.h | 298 // height. The parameter "interpolate" controls whether to interpolate or just 304 bool interpolate, bool crop) const = 0; 310 // "interpolate" controls whether to interpolate or just take the 314 bool interpolate, bool crop) const = 0; 317 // frame. The parameter "interpolate" controls whether to interpolate or just 320 virtual void StretchToFrame(VideoFrame *target, bool interpolate, 324 // hold it. The parameter "interpolate" control 377 StretchToPlanes(uint8 *y, uint8 *u, uint8 *v, int32 pitchY, int32 pitchU, int32 pitchV, size_t width, size_t height, bool interpolate, bool crop) const argument 383 StretchToBuffer(size_t w, size_t h, uint8 *buffer, size_t size, bool interpolate, bool crop) const argument 388 StretchToFrame(VideoFrame *target, bool interpolate, bool crop) const argument 392 Stretch(size_t w, size_t h, bool interpolate, bool crop) const argument [all...] |
/external/libyuv/files/source/ |
H A D | scale.cc | 3420 bool interpolate) { 3440 FilterMode filtering = interpolate ? kFilterBox : kFilterNone; 3456 bool interpolate) { 3478 halfdst_width, halfdst_width, dst_width, aheight, interpolate); 3414 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, bool interpolate) argument 3454 Scale(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int ooffset, bool interpolate) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |