/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_CollisionShape.cpp | 50 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); in Java_com_jme3_bullet_collision_shapes_CollisionShape_getMargin() local 66 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setLocalScaling() local 84 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin() local 100 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); in Java_com_jme3_bullet_collision_shapes_CollisionShape_finalizeNative() local
|
D | com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp | 51 btCompoundShape* shape = new btCompoundShape(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_createShape() local 62 btCompoundShape* shape = reinterpret_cast<btCompoundShape*>(compoundId); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local 89 btCompoundShape* shape = reinterpret_cast<btCompoundShape*>(compoundId); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape() local
|
D | com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp | 51 btSphereShape* shape=new btSphereShape(radius); in Java_com_jme3_bullet_collision_shapes_SphereCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp | 53 btBoxShape* shape = new btBoxShape(extents); in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp | 53 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp | 54 btStaticPlaneShape* shape = new btStaticPlaneShape(norm, constant); in Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp | 51 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp | 51 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_ConeCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_HullCollisionShape.cpp | 55 btConvexHullShape* shape = new btConvexHullShape(); in Java_com_jme3_bullet_collision_shapes_HullCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp | 53 btBvhTriangleMeshShape* shape = new btBvhTriangleMeshShape(array, true, true); in Java_com_jme3_bullet_collision_shapes_MeshCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp | 53 btGImpactMeshShape* shape = new btGImpactMeshShape(array); in Java_com_jme3_bullet_collision_shapes_GImpactCollisionShape_createShape() local
|
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 53 …btHeightfieldTerrainShape* shape=new btHeightfieldTerrainShape(heightStickWidth, heightStickLength… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | CompoundCollisionShape.java | 69 public void addChildShape(CollisionShape shape, Vector3f location) { in addChildShape() 81 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape() 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect() 106 public void removeChildShape(CollisionShape shape) { in removeChildShape()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | CompoundCollisionShape.java | 67 public void addChildShape(CollisionShape shape, Vector3f location) { in addChildShape() 80 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape() 92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect() 107 public void removeChildShape(CollisionShape shape) { in removeChildShape()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/ |
D | DebugShapeFactory.java | 70 CompoundCollisionShape shape = (CompoundCollisionShape) collisionShape; in getDebugShape() local 104 private static Geometry createDebugShape(CollisionShape shape) { in createDebugShape() 112 public static Mesh getDebugMesh(CollisionShape shape) { in getDebugMesh()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/ |
D | ChildCollisionShape.java | 22 public CollisionShape shape; field in ChildCollisionShape 27 public ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape) { in ChildCollisionShape()
|
/external/skia/src/effects/ |
D | SkGroupShape.cpp | 31 void SkGroupShape::addShape(int index, SkShape* shape, SkMatrixRef* mr) { in addShape() 76 SkShape* shape = rec->fShape; in onDraw() local 114 SkShape* shape = reinterpret_cast<SkShape*>(buffer.readFlattenable()); in SkGroupShape() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
D | DebugShapeFactory.java | 79 CompoundCollisionShape shape = (CompoundCollisionShape) collisionShape; in getDebugShape() local 114 private static Geometry createDebugShape(CollisionShape shape) { in createDebugShape() 122 public static Mesh getDebugMesh(CollisionShape shape) { in getDebugMesh()
|
/external/skia/include/effects/ |
D | SkGroupShape.h | 107 void addShape(int index, SkShape* shape, const SkMatrix& matrix) { in addShape() 120 SkShape* appendShape(SkShape* shape, const SkMatrix& matrix) { in appendShape()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/ |
D | CollisionShapeFactory.java | 81 Node rootNode, CompoundCollisionShape shape, boolean meshAccurate, boolean dynamic) { in createCompoundShape() 133 Node rootNode, CompoundCollisionShape shape, boolean meshAccurate) { in createCompoundShape() 230 BoxCollisionShape shape = new BoxCollisionShape( in createSingleBoxShape() local
|
/external/v8/src/ |
D | v8conversions.cc | 85 StringShape shape(str); in StringToDouble() local 110 StringShape shape(str); in StringToInt() local
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | RigidBodyControl.java | 57 public RigidBodyControl(CollisionShape shape) { in RigidBodyControl() 61 public RigidBodyControl(CollisionShape shape, float mass) { in RigidBodyControl()
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | BombControl.java | 46 public BombControl(CollisionShape shape, float mass) { in BombControl() 51 public BombControl(AssetManager manager, CollisionShape shape, float mass) { in BombControl()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 74 public PhysicsGhostObject(CollisionShape shape) { in PhysicsGhostObject() 79 public PhysicsGhostObject(Spatial child, CollisionShape shape) { in PhysicsGhostObject()
|
/external/harfbuzz/src/ |
D | harfbuzz-arabic.c | 33 unsigned char shape; member 387 ArabicShape shape = joining_table[XIsolated][j].form2; in getArabicProperties() local 513 ArabicShape shape = joining_table[XIsolated][j].form2; in getNkoProperties() local 844 static int getShape(hb_uint8 cell, int shape) in getShape() 936 int shape = properties[i].shape; in shapedString() local
|