/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestHDR.java | 40 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
TestTexture3DLoading.java | 14 import com.jme3.scene.shape.Quad;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 256 int shape = hasChildren() ? IconFactory.SHAPE_RECT local 267 Image icon = factory.getIcon(name, color, shape); 289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; local 290 ImageDescriptor id = factory.getImageDescriptor(mXmlName, color, shape);
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleEmitter.java | 80 private EmitterShape shape = DEFAULT_SHAPE; field in class:ParticleEmitter 160 clone.shape = shape.deepClone(); 209 // Must create clone of shape/influencer so that a reference to a static is 211 shape = shape.deepClone(); 240 public void setShape(EmitterShape shape) { 241 this.shape = shape; 245 return shape; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderTreeAsText.cpp | 260 const RenderSVGShape& shape = static_cast<const RenderSVGShape&>(object); local 261 ASSERT(shape.element()); 264 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), fallbackColor)) { 269 SVGLengthContext lengthContext(shape.element()); 291 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), fallbackColor)) { 315 static TextStream& operator<<(TextStream& ts, const RenderSVGShape& shape) 317 writePositionAndStyle(ts, shape); 319 SVGElement* svgElement = shape.element() 602 ts << shape << "\\n"; local [all...] |
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
SimpleTexturedTest.java | 20 import com.jme3.scene.shape.Box; 21 import com.jme3.scene.shape.Sphere;
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
GhostControl.java | 38 public GhostControl(CollisionShape shape) { 39 super(shape);
|
VehicleControl.java | 42 * Creates a new PhysicsNode with the supplied collision shape 43 * @param shape 45 public VehicleControl(CollisionShape shape) { 46 super(shape); 49 public VehicleControl(CollisionShape shape, float mass) { 50 super(shape, mass);
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 84 * Creates a new PhysicsRigidBody with the supplied collision shape 85 * @param shape 87 public PhysicsRigidBody(CollisionShape shape) { 88 collisionShape = shape; 92 public PhysicsRigidBody(CollisionShape shape, float mass) { 93 collisionShape = shape; 104 throw new IllegalStateException("Dynamic rigidbody can not have mesh collision shape!"); 320 throw new IllegalStateException("Dynamic rigidbody can not have mesh collision shape!"); 523 throw new IllegalStateException("Dynamic rigidbody can not have mesh collision shape!"); 626 Spatial shape = super.getDebugShape() local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloMaterial.java | 43 import com.jme3.scene.shape.Box; 44 import com.jme3.scene.shape.Sphere;
|
HelloAssets.java | 42 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestSpotLight.java | 43 import com.jme3.scene.shape.Box; 44 import com.jme3.scene.shape.Sphere;
|
TestTangentGen.java | 46 import com.jme3.scene.shape.Quad; 47 import com.jme3.scene.shape.Sphere;
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestSceneWater.java | 45 import com.jme3.scene.shape.Quad; 46 import com.jme3.scene.shape.Sphere;
|
TestSimpleWater.java | 44 import com.jme3.scene.shape.Box; 45 import com.jme3.scene.shape.Sphere;
|
/external/skia/gm/ |
mixedxfermodes.cpp | 38 int shape = random->nextULessThan(5); local 39 switch (shape) {
|
/external/aac/libFDK/include/ |
FDK_tools_rom.h | 141 * \brief Window slope access helper. Obtain a window of given length and shape. 143 * \param shape Shape index of the window slope. 0: sine window, 1: Kaiser-Bessel. Any other 147 const FIXP_WTP * FDKgetWindowSlope(int length, int shape);
|
/external/chromium_org/cc/trees/ |
layer_sorter.h | 58 LayerShape shape; member in struct:cc::GraphNode
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_instance.h | 98 virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
|
/external/jmonkeyengine/engine/src/core/com/jme3/ui/ |
Picture.java | 43 import com.jme3.scene.shape.Quad;
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
PlaceholderAssets.java | 10 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
TestAppStateLifeCycle.java | 43 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
TestAmbient.java | 38 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
TestSafeCanvas.java | 7 import com.jme3.scene.shape.Box;
|
/external/jmonkeyengine/engine/src/test/jme3test/conversion/ |
TestMipMapGen.java | 39 import com.jme3.scene.shape.Quad;
|