/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | BoneTrack.java | 58 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 …]
|
D | SpatialTrack.java | 34 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 …]
|
D | AnimationFactory.java | 140 protected Vector3f[] scales; field in AnimationFactory 172 scales = new Vector3f[totalFrames]; in AnimationFactory() 392 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales); in buildAnimation() 437 … scales[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/ |
D | CalculationBone.java | 27 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()
|
D | Ipo.java | 139 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/ |
D | ConstraintSizeLike.java | 64 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
|
D | ConstraintSizeLimit.java | 83 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
|
D | BlenderTrack.java | 108 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/ |
D | TestSpatialAnim.java | 60 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/ |
D | SkeletonLoader.java | 76 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/ |
D | jddctmgr.c | 238 static const unsigned short scales[DCTSIZE2] = { in start_pass() local 253 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2; in start_pass()
|
D | wizard.doc | 19 as examples in the JPEG standard) and scales them up or down according to
|
D | install.doc | 435 code works too; it scales 8-bit GIF data to and from 12-bit depth
|
/external/jpeg/ |
D | jddctmgr.c | 238 static const unsigned short scales[DCTSIZE2] = { in start_pass() local 253 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2; in start_pass()
|
D | wizard.doc | 19 as examples in the JPEG standard) and scales them up or down according to
|
D | install.doc | 435 code works too; it scales 8-bit GIF data to and from 12-bit depth
|
/external/libvorbis/lib/ |
D | Makefile.am | 16 registry.h scales.h window.h lookup.h lookup_data.h\
|
D | Makefile.in | 279 registry.h scales.h window.h lookup.h lookup_data.h\
|
/external/opencv/cvaux/src/ |
D | cvhmm1d.cpp | 73 double* scales) 133 scales[t] = scale;
|
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
D | project.pbxproj | 98 …F5D8F65803389C830112CE8F /* scales.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.… 202 F5D8F65803389C830112CE8F /* scales.h */,
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 56 // 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/ |
D | WKPrintingView.mm | 526 // 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/ |
D | en-GB_klex.pkb | 1303 saturdaysOJ!HK&I8<P savagely#J!H#N&9#C*save[J!<NsavingFJ!<N*,say0says0J!:Pscalescsca…
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 447 As such, there are some ramifications of this for inbounds GEPs: scales implied
|
D | doxygen.cfg.in | 1077 # based approach is that it scales better to large projects and allows
|