Searched defs:cShape (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java47 protected com.bulletphysics.collision.shapes.CollisionShape cShape; field in class:CollisionShape
58 if (cShape == null) {
64 cShape.calculateLocalInertia(mass, vector);
72 return cShape;
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) { argument
79 this.cShape = cShape;
84 cShape.setLocalScaling(Converter.convert(scale));
88 return cShape.getMargin();
92 cShape
[all...]
/external/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp30 int cShape = state.fC & 0x03; local
108 if (cShape) {
109 switch (cShape) {

Completed in 91 milliseconds