Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 25 of 74) sorted by relevance

123

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_CollisionShape.cpp50 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
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp51 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
Dcom_jme3_bullet_collision_shapes_SphereCollisionShape.cpp51 btSphereShape* shape=new btSphereShape(radius); in Java_com_jme3_bullet_collision_shapes_SphereCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_BoxCollisionShape.cpp53 btBoxShape* shape = new btBoxShape(extents); in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp53 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp54 btStaticPlaneShape* shape = new btStaticPlaneShape(norm, constant); in Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp51 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_ConeCollisionShape.cpp51 btCollisionShape* shape; in Java_com_jme3_bullet_collision_shapes_ConeCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_HullCollisionShape.cpp55 btConvexHullShape* shape = new btConvexHullShape(); in Java_com_jme3_bullet_collision_shapes_HullCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_MeshCollisionShape.cpp53 btBvhTriangleMeshShape* shape = new btBvhTriangleMeshShape(array, true, true); in Java_com_jme3_bullet_collision_shapes_MeshCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp53 btGImpactMeshShape* shape = new btGImpactMeshShape(array); in Java_com_jme3_bullet_collision_shapes_GImpactCollisionShape_createShape() local
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp53 …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/
DCompoundCollisionShape.java69 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/
DCompoundCollisionShape.java67 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/
DDebugShapeFactory.java70 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/
DChildCollisionShape.java22 public CollisionShape shape; field in ChildCollisionShape
27 public ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape) { in ChildCollisionShape()
/external/skia/src/effects/
DSkGroupShape.cpp31 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/
DDebugShapeFactory.java79 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/
DSkGroupShape.h107 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/
DCollisionShapeFactory.java81 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/
Dv8conversions.cc85 StringShape shape(str); in StringToDouble() local
110 StringShape shape(str); in StringToInt() local
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DRigidBodyControl.java57 public RigidBodyControl(CollisionShape shape) { in RigidBodyControl()
61 public RigidBodyControl(CollisionShape shape, float mass) { in RigidBodyControl()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DBombControl.java46 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/
DPhysicsGhostObject.java74 public PhysicsGhostObject(CollisionShape shape) { in PhysicsGhostObject()
79 public PhysicsGhostObject(Spatial child, CollisionShape shape) { in PhysicsGhostObject()
/external/harfbuzz/src/
Dharfbuzz-arabic.c33 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

123