HomeSort by relevance Sort by last modified time
    Searched defs:getShapeType (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicShaping.java 35 public static int getShapeType(char ch)
91 int t = getShapeType(c);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h 65 return btBroadphaseProxy::isPolyhedral(getShapeType());
70 return btBroadphaseProxy::isConvex2d(getShapeType());
75 return btBroadphaseProxy::isConvex(getShapeType());
79 return btBroadphaseProxy::isNonMoving(getShapeType());
83 return btBroadphaseProxy::isConcave(getShapeType());
87 return btBroadphaseProxy::isCompound(getShapeType());
92 return btBroadphaseProxy::isSoftBody(getShapeType());
98 return btBroadphaseProxy::isInfinite(getShapeType());
112 int getShapeType() const { return m_shapeType; }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionShapeData.java 73 public int getShapeType() {
btMultiSapBroadphase.java 126 public int getShapeType() {
btCollisionShape.java 219 public int getShapeType() {
btGImpactShapeInterface.java 73 public int getShapeType() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftClusterCollisionShape.java 76 public int getShapeType() {
  /external/icu/icu4c/source/layout/
ArabicShaping.cpp 34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c)
148 rightType = getShapeType(chars[i]);
156 leftType = getShapeType(chars[i]);
177 ShapeType t = getShapeType(c);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 155 virtual int getShapeType() const
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 998 milliseconds