/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
D | box.json | 19 "rotation": { object 34 "rotation": { object 49 "rotation": { object 64 "rotation": { object 79 "rotation": { object 94 "rotation": { object 109 "rotation": { object 124 "rotation": { object 139 "rotation": { object 154 "rotation": { object [all …]
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmeMotionState.cpp | 65 void jmeMotionState::setKinematicRotation(JNIEnv* env, jobject rotation) { in setKinematicRotation() 70 void jmeMotionState::setKinematicRotationQuat(JNIEnv* env, jobject rotation) { in setKinematicRotationQuat() 75 bool jmeMotionState::applyTransform(JNIEnv* env, jobject location, jobject rotation) { in applyTransform()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/ |
D | ChildCollisionShape.java | 21 public Matrix3f rotation; field in ChildCollisionShape 27 public ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape) { in ChildCollisionShape()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | Bone.java | 437 public void setUserTransforms(Vector3f translation, Quaternion rotation, Vector3f scale) { in setUserTransforms() 456 public void setUserTransformsWorld(Vector3f translation, Quaternion rotation) { in setUserTransformsWorld() 477 public Transform getCombinedTransform(Vector3f position, Quaternion rotation) { in getCombinedTransform() 508 void setAnimTransforms(Vector3f translation, Quaternion rotation, Vector3f scale) { in setAnimTransforms() 525 …void blendAnimTransforms(Vector3f translation, Quaternion rotation, Vector3f scale, float weight) { in blendAnimTransforms() 559 public void setBindTransforms(Vector3f translation, Quaternion rotation, Vector3f scale) { in setBindTransforms()
|
D | AnimationFactory.java | 78 Quaternion rotation = new Quaternion(); field in AnimationFactory.Rotation 229 public void addTimeRotation(float time, Quaternion rotation) { in addTimeRotation() 241 public void addKeyFrameRotation(int keyFrameIndex, Quaternion rotation) { in addKeyFrameRotation()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | CompoundCollisionShape.java | 80 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape() 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect() 132 …ivate native long addChildShape(long objectId, long childId, Vector3f location, Matrix3f rotation); in addChildShape()
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
D | Listener.java | 42 private Quaternion rotation; field in Listener 103 public void setRotation(Quaternion rotation) { in setRotation()
|
/external/qemu/android/ |
D | keycode.c | 15 android_keycode_rotate( AndroidKeyCode code, int rotation ) in android_keycode_rotate()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | CompoundCollisionShape.java | 81 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape() 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 120 public void setPhysicsRotation(Matrix3f rotation) { in setPhysicsRotation() 124 private native void setPhysicsRotation(long objectId, Matrix3f rotation); in setPhysicsRotation() 130 public void setPhysicsRotation(Quaternion rotation) { in setPhysicsRotation() 134 private native void setPhysicsRotation(long objectId, Quaternion rotation); in setPhysicsRotation()
|
/external/chromium_org/ui/gfx/ |
D | display.h | 74 Rotation rotation() const { return rotation_; } in rotation() function 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } in set_rotation()
|
D | interpolated_transform_unittest.cc | 30 gfx::Transform rotation; in TEST() local 127 scoped_ptr<ui::InterpolatedTransform> rotation( in GetScreenRotation() local 196 scoped_ptr<ui::InterpolatedTransform> rotation( in GetMaximize() local
|
/external/chromium_org/ash/display/ |
D | display_info.h | 88 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; } in set_rotation() 89 gfx::Display::Rotation rotation() const { return rotation_; } in rotation() function
|
/external/valgrind/main/memcheck/tests/ |
D | bug287260.c | 5 signed int rotation : 10; member
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsRigidBody.java | 163 public void setPhysicsRotation(Matrix3f rotation) { in setPhysicsRotation() 174 public void setPhysicsRotation(Quaternion rotation) { in setPhysicsRotation() 211 public Matrix3f getPhysicsRotationMatrix(Matrix3f rotation) { in getPhysicsRotationMatrix() 231 public Quaternion getPhysicsRotation(Quaternion rotation){ in getPhysicsRotation() 255 public Matrix3f getInterpolatedPhysicsRotation(Matrix3f rotation) { in getInterpolatedPhysicsRotation()
|
D | PhysicsGhostObject.java | 117 public void setPhysicsRotation(Matrix3f rotation) { in setPhysicsRotation() 127 public void setPhysicsRotation(Quaternion rotation) { in setPhysicsRotation()
|
/external/qemu/android/skin/ |
D | window.h | 63 SkinRotation rotation; member
|
D | image.h | 34 AndroidRotation rotation; /* rotation */ member
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 882 Transform<Scalar,Dim,Mode,Options>::rotate(const RotationType& rotation) in rotate() 898 Transform<Scalar,Dim,Mode,Options>::prerotate(const RotationType& rotation) in prerotate() 998 Transform<Scalar,Dim,Mode,Options>::rotation() const in rotation() function 1019 void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixType *rotation, Scali… in computeRotationScaling() 1048 …de,Options>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const in computeScalingRotation()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDisplay.java | 25 private int rotation = Surface.ROTATION_0; field in ShadowDisplay 125 public void setRotation(int rotation) { in setRotation()
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestCustomAnim.java | 57 private Quaternion rotation = new Quaternion(); field in TestCustomAnim
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
D | display_info_provider.cc | 16 int RotationToDegrees(gfx::Display::Rotation rotation) { in RotationToDegrees()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 122 int64 elapsed_time, int64 time_stamp, int rotation) { in Init() 165 size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) { in Alias() 284 int64 time_stamp, int rotation) { in Attach() 333 int64 elapsed_time, int64 time_stamp, int rotation) { in Reset()
|
/external/opencv/cv/src/ |
D | cvposit.cpp | 114 CvMatr32f rotation, CvVect32f translation ) in icvPOSIT() 354 CvMatr32f rotation, CvVect32f translation ) in cvPOSIT()
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
D | MotionTrack.java | 68 protected Quaternion rotation; field in MotionTrack 390 public void setRotation(Quaternion rotation) { in setRotation()
|