/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/remoting/client/plugin/ |
chromoting_instance.h | 140 void SetDesktopShape(const SkRegion& shape); 240 // Contains the most-recently-reported desktop shape, if any.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
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 | 175 virtual void SetShape(gfx::NativeRegion shape) = 0;
|
/external/harfbuzz/src/ |
harfbuzz-shaper-private.h | 99 HB_ShapeFunction shape; member in struct:__anon20369
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper-private.h | 98 HB_ShapeFunction shape; member in struct:__anon20425
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
AbstractBox.java | 33 package com.jme3.scene.shape;
|
Box.java | 34 package com.jme3.scene.shape; 113 * shape and size of the box but not it's orientation or position. You should
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestPhysicsReadWrite.java | 48 import com.jme3.scene.shape.Sphere; 82 // Add a physics sphere to the world using the collision shape from sphere one
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
TestMousePick.java | 48 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestSoftParticles.java | 21 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
TestAssetLinkNode.java | 50 import com.jme3.scene.shape.Sphere;
|
/external/jmonkeyengine/engine/src/test/jme3test/input/ |
TestCameraNode.java | 43 import com.jme3.scene.shape.Quad;
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGenBadModels.java | 17 import com.jme3.scene.shape.Sphere;
|
TestTransparentShadow.java | 48 import com.jme3.scene.shape.Quad;
|
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
TestParallax.java | 48 import com.jme3.scene.shape.Quad;
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestCustomAnim.java | 49 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestBloom.java | 50 import com.jme3.scene.shape.Box;
|