HomeSort by relevance Sort by last modified time
    Searched full:shapes (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
package.html 3 Contains classes for drawing geometric shapes.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
ConeCollisionShape.java 5 package com.jme3.bullet.collision.shapes;
7 import com.bulletphysics.collision.shapes.ConeShape;
8 import com.bulletphysics.collision.shapes.ConeShapeX;
9 import com.bulletphysics.collision.shapes.ConeShapeZ;
PlaneCollisionShape.java 6 package com.jme3.bullet.collision.shapes;
8 import com.bulletphysics.collision.shapes.StaticPlaneShape;
CollisionShape.java 32 package com.jme3.bullet.collision.shapes;
42 * TODO: add static methods to create shapes from nodes (like jbullet-jme constructor)
47 protected com.bulletphysics.collision.shapes.CollisionShape cShape;
71 public com.bulletphysics.collision.shapes.CollisionShape getCShape() {
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) {
CapsuleCollisionShape.java 32 package com.jme3.bullet.collision.shapes;
34 import com.bulletphysics.collision.shapes.CapsuleShape;
35 import com.bulletphysics.collision.shapes.CapsuleShapeX;
36 import com.bulletphysics.collision.shapes.CapsuleShapeZ;
CylinderCollisionShape.java 32 package com.jme3.bullet.collision.shapes;
34 import com.bulletphysics.collision.shapes.CylinderShape;
35 import com.bulletphysics.collision.shapes.CylinderShapeX;
36 import com.bulletphysics.collision.shapes.CylinderShapeZ;
  /external/harfbuzz_ng/src/
gen-arabic-table.py 81 shapes = {}
114 if items[0] not in shapes:
115 shapes[items[0]] = {}
116 shapes[items[0]][shape] = c
122 keys = shapes.keys ()
125 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0
141 liga = (shapes[pair[0]]['initial'], shapes[pair[1]]['final']
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
ChildCollisionShape.java 5 package com.jme3.bullet.collision.shapes.infos;
7 import com.jme3.bullet.collision.shapes.BoxCollisionShape;
8 import com.jme3.bullet.collision.shapes.CollisionShape;
  /dalvik/tests/044-proxy/src/
BasicTest.java 41 Shapes shapes = (Shapes) proxy; local
42 shapes.circle(3);
43 shapes.rectangle(10, 20);
44 shapes.blob();
55 shapes.upChuck();
61 shapes.upCheck();
88 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
116 interface Shapes {
    [all...]
  /frameworks/base/docs/html/training/graphics/opengl/
draw.jd 1 page.title=Drawing Shapes
6 previous.title=Defining Shapes
18 <li><a href="#initialize">Initialize Shapes</a></li>
36 <p>After you define shapes to be drawn with OpenGL, you probably want to draw them. Drawing shapes
40 <p>This lesson explains how to draw the shapes you defined in the previous lesson using the OpenGL
44 <h2 id="initialize">Initialize Shapes</h2>
46 <p>Before you do any drawing, you must initialize and load the shapes you plan to draw. Unless the
47 structure (the original coordinates) of the shapes you use in your program change during the course
75 one or more shapes.</li
    [all...]
index.jd 59 <dt><b><a href="shapes.html">Defining Shapes</a></b></dt>
60 <dd>Learn how to define shapes and why you need to know about faces and winding.</dd>
62 <dt><b><a href="draw.html">Drawing Shapes</a></b></dt>
63 <dd>Learn how to draw OpenGL shapes in your application.</dd>
  /external/icu4c/layout/
ArabicShaping.h 39 MASK_SHAPE_RIGHT = 1, // if this bit set, shapes to right
40 MASK_SHAPE_LEFT = 2, // if this bit set, shapes to left
  /dalvik/tests/044-proxy/
expected.txt 1 Invoke public abstract void Shapes.circle(int)
10 Invoke public abstract java.lang.String Shapes.blob()
37 Invoke public abstract java.lang.String Shapes.blob()
41 Invoke public abstract void Shapes.upChuck()
44 Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 151 GLShape[] shapes; local
156 shapes = layer.mShapes;
158 shapes[i] = mCubes[mPermutation[i]];
162 shapes = layer.mShapes;
164 shapes[k++] = mCubes[mPermutation[i]];
168 shapes = layer.mShapes;
171 shapes[k++] = mCubes[mPermutation[i + j]];
175 shapes = layer.mShapes;
178 shapes[k++] = mCubes[mPermutation[i + j]];
182 shapes = layer.mShapes
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestKinematicAddToPhysicsSpaceIssue.java 10 import com.jme3.bullet.collision.shapes.MeshCollisionShape;
11 import com.jme3.bullet.collision.shapes.PlaneCollisionShape;
12 import com.jme3.bullet.collision.shapes.SphereCollisionShape;
PhysicsTestHelper.java 11 import com.jme3.bullet.collision.shapes.CollisionShape;
12 import com.jme3.bullet.collision.shapes.MeshCollisionShape;
65 //RigidBodyControl automatically uses box collision shapes when attached to single geometry with box mesh
107 //RigidBodyControl automatically uses Sphere collision shapes when attached to single geometry with sphere mesh
136 //RigidBodyControl automatically uses box collision shapes when attached to single geometry with box mesh
152 //RigidBodyControl automatically uses sphere collision shapes when attached to single geometry with sphere mesh
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
EmptyParticleInfluencer.java 4 import com.jme3.effect.shapes.EmitterShape;
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackGraphs.java 262 ArrayList<ShapeDrawable> shapes) {
263 // Shapes drawn here are drawn relative to the viewRect
264 Rect viewRect = shapes.get(shapes.size() - 1).getBounds();
270 for (ShapeDrawable shape : shapes) {
275 public void draw(Canvas canvas, ArrayList<ShapeDrawable> shapes,
282 drawVerticalShiftedShapes(canvas, shapes);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
168 ((d)->shape_ndx= (s)-&(g)->shapes[0])
182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])
293 XkbShapePtr shapes; member in struct:_XkbGeometry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
168 ((d)->shape_ndx= (s)-&(g)->shapes[0])
182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])
293 XkbShapePtr shapes; member in struct:_XkbGeometry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
168 ((d)->shape_ndx= (s)-&(g)->shapes[0])
182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx])
184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0])
216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx])
218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0])
293 XkbShapePtr shapes; member in struct:_XkbGeometry
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 17 package android.graphics.drawable.shapes.cts;
26 import android.graphics.drawable.shapes.RoundRectShape;
27 import android.graphics.drawable.shapes.Shape;
ArcShapeTest.java 17 package android.graphics.drawable.shapes.cts;
25 import android.graphics.drawable.shapes.ArcShape;
OvalShapeTest.java 17 package android.graphics.drawable.shapes.cts;
25 import android.graphics.drawable.shapes.OvalShape;
  /external/skia/legacy/include/effects/
SkGroupShape.h 79 /** Return the number of child shapes in this group
101 Child shapes are drawn in order, after the parent, so the shape at index
130 /** Unrefs and removes all of the child shapes

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 91011>>