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

<<11121314151617

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Surface.java 1 package com.jme3.scene.shape;
Torus.java 34 package com.jme3.scene.shape;
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 11 import com.jme3.scene.shape.Sphere;
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 53 import com.jme3.scene.shape.Box;
TestMotionPath.java 52 import com.jme3.scene.shape.Box;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 51 import com.jme3.scene.shape.Cylinder;
102 //create a compound shape and attach the BoxCollisionShape for the car body at 0,1,0
TestRagdollCharacter.java 55 import com.jme3.scene.shape.Box;
158 //for geometry with sphere mesh the physics system automatically uses a sphere collision shape
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 46 import com.jme3.scene.shape.Box;
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestPostFilters.java 50 import com.jme3.scene.shape.Box;
TestRenderToMemory.java 47 import com.jme3.scene.shape.Box;
  /external/skia/include/pdf/
SkPDFDevice.h 288 SkPath* shape);
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 46 * <p>It can be defined in an XML file with the <code>&lt;shape></code> element. For more
80 * Shape is a rectangle, possibly with rounded corners
85 * Shape is an ellipse
90 * Shape is a line
95 * Shape is a ring.
180 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
201 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
206 * @param radius The radius in pixels of the corners of the rectangle shape
270 * <p>Sets the size of the shape drawn by this drawable.</p>
275 * @param width The width of the shape used by this drawabl
    [all...]
  /frameworks/base/libs/hwui/
PathCache.h 117 union Shape {
145 } shape; member in struct:android::uirenderer::PathDescription
177 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/aac/libAACdec/src/
block.cpp 664 int getWindow2Nr(int length, int shape)
668 if (shape == 2) {
  /external/chromium_org/v8/test/mjsunit/
getters-on-elements.js 138 assertOptimized(foo); // getters don't require deopt on shape change.
with-leave.js 63 // We want to test the context chain shape. In each of the tests cases
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 33 // We want to test the context chain shape. In each of the tests cases
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java     [all...]
  /external/v8/test/mjsunit/harmony/
block-leave.js 33 // We want to test the context chain shape. In each of the tests cases
  /external/v8/test/mjsunit/
with-leave.js 63 // We want to test the context chain shape. In each of the tests cases
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 27 import java.awt.Shape;
70 public Shape getJavaShape() {
74 public void setJavaShape(Shape shape) {
76 mPath.append(shape, false /*connect*/);
710 * @param oval The bounds of oval defining shape and size of the arc
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 75 | node [shape=plaintext, fixedsize=true, fontsize=11, fontname="Courier",
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 129 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_win.h 109 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;

Completed in 764 milliseconds

<<11121314151617