Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 25 of 44) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DBoneTrack.java58 private CompactVector3Array scales; field in BoneTrack
87 …rgetBoneIndex, float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) { in BoneTrack() argument
89 this.setKeyframes(times, translations, rotations, scales); in BoneTrack()
120 return scales == null ? null : scales.toObjectArray(); in getScales()
168 …d setKeyframes(float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) { in setKeyframes() argument
170 assert times.length == scales.length; in setKeyframes()
171 if (scales != null) { in setKeyframes()
172 this.scales = new CompactVector3Array(); in setKeyframes()
173 this.scales.add(scales); in setKeyframes()
174 this.scales.freeze(); in setKeyframes()
[all …]
DSpatialTrack.java34 private CompactVector3Array scales; field in SpatialTrack
57 Quaternion[] rotations, Vector3f[] scales) { in SpatialTrack() argument
58 setKeyframes(times, translations, rotations, scales); in SpatialTrack()
84 if (scales != null) { in setTime()
85 scales.get(0, tempS); in setTime()
92 if (scales != null) { in setTime()
93 scales.get(lastFrame, tempS); in setTime()
110 if (scales != null) { in setTime()
111 scales.get(startFrame, tempS); in setTime()
117 if (scales != null) { in setTime()
[all …]
DAnimationFactory.java140 protected Vector3f[] scales; field in AnimationFactory
172 scales = new Vector3f[totalFrames]; in AnimationFactory()
392 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales); in buildAnimation()
437scales[j] = FastMath.interpolateLinear(val, (Vector3f) keyFrames[i], (Vector3f) keyFrames[key]); in interpolate()
455 scales[j] = ((Vector3f) keyFrames[i]).clone(); in interpolate()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DCalculationBone.java27 private Vector3f[] scales; field in CalculationBone
38 this.scales = new Vector3f[boneFramesCount]; in CalculationBone()
42 Arrays.fill(this.scales, 0, boneFramesCount, this.startScale); in CalculationBone()
58 this.scales = track.getScales(); in CalculationBone()
107 if (scales != null) { in rotate()
108 scales[frame].set(this.getLocalScale()); in rotate()
115 track.setKeyframes(track.getTimes(), translations, rotations, scales); in applyCalculatedTracks() local
118 bone.setUserTransforms(translations[0], rotations[0], scales[0]); in applyCalculatedTracks()
DIpo.java139 Vector3f[] scales = new Vector3f[framesAmount + 1]; in calculateTrack() local
226 scales[index] = new Vector3f(scale[0], scale[1], scale[2]); in calculateTrack()
229 calculatedTrack = new SpatialTrack(times, translations, rotations, scales); in calculateTrack()
231 calculatedTrack = new BoneTrack(targetIndex, times, translations, rotations, scales); in calculateTrack()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintSizeLike.java64 Vector3f[] scales = track.getScales(); in bakeConstraint() local
65 int maxFrames = scales.length; in bakeConstraint()
67 this.sizeLike(scales[frame], targetScale, ipo.calculateValue(frame)); in bakeConstraint()
69 track.setKeyframes(track.getTimes(), track.getTranslations(), track.getRotations(), scales); in bakeConstraint() local
DConstraintSizeLimit.java83 Vector3f[] scales = track.getScales(); in bakeConstraint() local
84 int maxFrames = scales.length; in bakeConstraint()
86 this.sizeLimit(scales[frame], ipo.calculateValue(frame)); in bakeConstraint()
88 track.setKeyframes(track.getTimes(), track.getTranslations(), track.getRotations(), scales); in bakeConstraint() local
DBlenderTrack.java108 Quaternion[] rotations, Vector3f[] scales) { in setKeyframes() argument
110 boneTrack.setKeyframes(times, translations, rotations, scales); in setKeyframes()
112 spatialTrack.setKeyframes(times, translations, rotations, scales); in setKeyframes()
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestSpatialAnim.java60 Vector3f[] scales = new Vector3f[totalFrames]; in simpleInitApp() local
67 scales[i] = Vector3f.UNIT_XYZ; in simpleInitApp()
69 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales); in simpleInitApp()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DSkeletonLoader.java76 private ArrayList<Vector3f> scales = new ArrayList<Vector3f>(); field in SkeletonLoader
188 scales.add(scale); in endElement()
190 scales.add(new Vector3f(1,1,1)); in endElement()
206 Vector3f[] scalesArray = scales.toArray(new Vector3f[scales.size()]); in endElement()
217 scales.clear(); in endElement()
/external/qemu/distrib/jpeg-6b/
Djddctmgr.c238 static const unsigned short scales[DCTSIZE2] = { in start_pass() local
253 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2; in start_pass()
Dwizard.doc19 as examples in the JPEG standard) and scales them up or down according to
Dinstall.doc435 code works too; it scales 8-bit GIF data to and from 12-bit depth
/external/jpeg/
Djddctmgr.c238 static const unsigned short scales[DCTSIZE2] = { in start_pass() local
253 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2; in start_pass()
Dwizard.doc19 as examples in the JPEG standard) and scales them up or down according to
Dinstall.doc435 code works too; it scales 8-bit GIF data to and from 12-bit depth
/external/libvorbis/lib/
DMakefile.am16 registry.h scales.h window.h lookup.h lookup_data.h\
DMakefile.in279 registry.h scales.h window.h lookup.h lookup_data.h\
/external/opencv/cvaux/src/
Dcvhmm1d.cpp73 double* scales)
133 scales[t] = scale;
/external/libvorbis/macosx/Vorbis.xcodeproj/
Dproject.pbxproj98 …F5D8F65803389C830112CE8F /* scales.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.…
202 F5D8F65803389C830112CE8F /* scales.h */,
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm56 // without unitsPerEm applied. We have to apply a transform that scales up to the point size and t…
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm526 // The header and footer rect height scales with the page, but the width is always
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1303 saturdays OJ!HK&I8<P savagely #J!H#N&9#C*save[J!<NsavingFJ!<N*,say0says0J!:Pscalescsca…
/external/llvm/docs/
DGetElementPtr.rst447 As such, there are some ramifications of this for inbounds GEPs: scales implied
Ddoxygen.cfg.in1077 # based approach is that it scales better to large projects and allows

12