HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 201 - 225 of 402) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.cpp 222 void PeriodicWave::generateBasicWaveform(int shape)
249 // Calculate Fourier coefficients depending on the shape. Note that the overall scaling
251 switch (shape) {
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
utility.js 8 * This function must be called in the shape of binarySearch(array, target).
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 89 * not be in the physics space when adding a new collision shape as it is rebuilt
107 * Returns the collision group for this collision shape
178 * Creates a visual debug shape of the current collision shape of this physics object<br/>
180 * @param manager AssetManager to load the default wireframe material for the debug shape
202 * creates a debug shape for this CollisionObject
226 * Creates a visual debug shape of the current collision shape of this physics object<br/>
228 * @param material Material to use for the debug shape
269 * Removes the debug shape
312 CollisionShape shape = (CollisionShape) capsule.readSavable("collisionShape", null); local
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 66 * @param shape The CollisionShape (no Mesh or CompoundCollisionShapes)
69 public PhysicsCharacter(CollisionShape shape, float stepHeight) {
70 this.collisionShape = shape;
71 // if (shape instanceof MeshCollisionShape || shape instanceof CompoundCollisionShape) {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java 39 public CharacterControl(CollisionShape shape, float stepHeight) {
40 super(shape, stepHeight);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 45 import com.jme3.scene.shape.Box;
46 import com.jme3.scene.shape.Curve;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 86 * not be in the physics space when adding a new collision shape as it is rebuilt
104 * Returns the collision group for this collision shape
158 * Creates a visual debug shape of the current collision shape of this physics object<br/>
160 * @param manager AssetManager to load the default wireframe material for the debug shape
182 * creates a debug shape for this CollisionObject
206 * Creates a visual debug shape of the current collision shape of this physics object<br/>
208 * @param material Material to use for the debug shape
249 * Removes the debug shape
284 CollisionShape shape = (CollisionShape) capsule.readSavable("collisionShape", null); local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagDoll.java 91 CapsuleCollisionShape shape = new CapsuleCollisionShape(width, height, axis); local
93 RigidBodyControl rigidBodyControl = new RigidBodyControl(shape, 1);
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloPicking.java 52 import com.jme3.scene.shape.Box;
53 import com.jme3.scene.shape.Sphere;
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestPssmShadow.java 46 import com.jme3.scene.shape.Box;
47 import com.jme3.scene.shape.Sphere;
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 665 public void shape(char[] text, int start, int count, int context) { method in class:NumericShaper
681 public void shape(char[] text, int start, int count) { method in class:NumericShaper
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 89 unsigned char shape; /* see to IWFFFF_LFO_SHAPE_XXXX */ member in struct:iwffff_lfo
244 __u8 shape; /* see to ULTRA_IW_LFO_SHAPE_XXXX */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 89 unsigned char shape; /* see to IWFFFF_LFO_SHAPE_XXXX */ member in struct:iwffff_lfo
244 __u8 shape; /* see to ULTRA_IW_LFO_SHAPE_XXXX */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 92 unsigned char shape; /* see to IWFFFF_LFO_SHAPE_XXXX */ member in struct:iwffff_lfo
247 __u8 shape; /* see to ULTRA_IW_LFO_SHAPE_XXXX */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 89 unsigned char shape; /* see to IWFFFF_LFO_SHAPE_XXXX */ member in struct:iwffff_lfo
244 __u8 shape; /* see to ULTRA_IW_LFO_SHAPE_XXXX */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 92 unsigned char shape; /* see to IWFFFF_LFO_SHAPE_XXXX */ member in struct:iwffff_lfo
247 __u8 shape; /* see to ULTRA_IW_LFO_SHAPE_XXXX */ member in struct:iwffff_xlfo
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsRigidBody.cpp 53 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); local
55 shape->calculateLocalInertia(mass, localInertia);
56 btRigidBody* body = new btRigidBody(mass, motionState, shape, localInertia);
335 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); local
337 shape->calculateLocalInertia(mass, localInertia);
695 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId); local
696 body->setCollisionShape(shape);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 597 Py_ssize_t *shape,
604 array of the given shape with the given number of bytes
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 642 SkPath* shape = &fShape; local
643 if (shape->isEmpty()) {
644 shape = NULL;
646 fDevice->finishContentEntry(fXfermode, fDstFormXObject, shape);
653 /* Returns true when we explicitly need the shape of the drawing. */
671 /* Returns true unless we only need the shape of the drawing. */
679 /* If the shape is different than the alpha component of the content, then
680 * setShape should be called with the shape. In particular, images and
681 * devices have rectangular shape.
683 void setShape(const SkPath& shape) {
1368 SkPath shape; local
2310 SkPath shape; local
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 642 SkPath* shape = &fShape; local
643 if (shape->isEmpty()) {
644 shape = NULL;
646 fDevice->finishContentEntry(fXfermode, fDstFormXObject, shape);
653 /* Returns true when we explicitly need the shape of the drawing. */
671 /* Returns true unless we only need the shape of the drawing. */
679 /* If the shape is different than the alpha component of the content, then
680 * setShape should be called with the shape. In particular, images and
681 * devices have rectangular shape.
683 void setShape(const SkPath& shape) {
1368 SkPath shape; local
2310 SkPath shape; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h 375 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, OPENTYPE_TAG, Shaping&);
  /external/chromium_org/ui/views/widget/
native_widget_private.h 177 virtual void SetShape(gfx::NativeRegion shape) = 0;
  /external/chromium_org/v8/test/mjsunit/
setters-on-elements.js 156 assertUnoptimized(foo); // map shape change should deopt foo.
160 // one shouldn't deopt anything. (ie, we aren't changing the map shape).
  /external/harfbuzz/src/
harfbuzz-shaper-private.h 99 HB_ShapeFunction shape; member in struct:__anon18565

Completed in 530 milliseconds

1 2 3 4 5 6 7 891011>>