Home
last modified time | relevance | path

Searched refs:totalFrames (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DAnimationFactory.java120 protected int totalFrames; field in AnimationFactory
167 totalFrames = (int) (fps * duration) + 1; in AnimationFactory()
169 times = new float[totalFrames]; in AnimationFactory()
170 translations = new Vector3f[totalFrames]; in AnimationFactory()
171 rotations = new Quaternion[totalFrames]; in AnimationFactory()
172 scales = new Vector3f[totalFrames]; in AnimationFactory()
173 keyFramesTranslation = new Vector3f[totalFrames]; in AnimationFactory()
175 keyFramesScale = new Vector3f[totalFrames]; in AnimationFactory()
177 keyFramesRotation = new Rotation[totalFrames]; in AnimationFactory()
335 if (keyFrameIndex < 0 || keyFrameIndex > totalFrames) { in getTranslationForFrame()
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestSpatialAnim.java54 int totalFrames = (int) (fps * animTime); in simpleInitApp() local
55 float dT = animTime / totalFrames, t = 0; in simpleInitApp()
56 float dX = totalXLength / totalFrames, x = 0; in simpleInitApp()
57 float[] times = new float[totalFrames]; in simpleInitApp()
58 Vector3f[] translations = new Vector3f[totalFrames]; in simpleInitApp()
59 Quaternion[] rotations = new Quaternion[totalFrames]; in simpleInitApp()
60 Vector3f[] scales = new Vector3f[totalFrames]; in simpleInitApp()
61 for (int i = 0; i < totalFrames; ++i) { in simpleInitApp()
/external/v8/test/mjsunit/
Ddebug-backtrace.js108 assertEquals(4, backtrace.totalFrames);
131 assertEquals(4, backtrace.totalFrames);
149 assertEquals(4, backtrace.totalFrames);
/external/v8/test/mjsunit/regress/
Dregress-1081309.js79 assertEquals(2, backtrace.totalFrames);
/external/v8/src/
Dd8.js2042 if (body.totalFrames == 0) {
2046 (body.toFrame - 1) + ' of ' + body.totalFrames + '\n';
Ddebug-debugger.js1886 totalFrames: total_frames property
1929 totalFrames: total_frames, property
/external/opencv/cvaux/include/
Dcvaux.h1473 virtual bool SetFrames( int totalFrames );