/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
world.js | 6 var shapes = description['shapes']; 12 for (i = 0; i < shapes.length; i++) { 13 r = verifyShapeDescription(shapes[i]); 20 r = verifyBodyDescription(bodies[i], shapes); 29 function verifyShapeExists(name, shapes) { 31 for (i = 0; i < shapes.length; i++) { 32 if (shapes[i].name == name) { 39 function verifyBodyDescription(body, shapes) { 64 return verifyShapeExists(shapeName, shapes); [all...] |
scenes.js | 7 worldDescription.shapes = []; 8 worldDescription.shapes.push({ 36 worldDescription.shapes = []; 37 worldDescription.shapes.push({ 64 worldDescription.shapes = []; 65 worldDescription.shapes.push({ 72 worldDescription.shapes.push({ 128 worldDescription.shapes = []; 129 worldDescription.shapes.push({ 136 worldDescription.shapes.push( [all...] |
scene.js | 19 var shapes = {}; 27 shapes = {}; 35 if (shapes[shape.name] != undefined) { 36 return shapes[shape.name]; 40 shapes[shape.name] = new THREE.CubeGeometry(shape['wx'], shape['wy'], shape['wz']); 41 return shapes[shape.name]; 49 shapes[shape.name] = new THREE.ConvexGeometry(vertices); 50 return shapes[shape.name]; 54 shapes[shape.name] = new THREE.CylinderGeometry(shape['radius'], shape['radius'], shape['height']) 55 return shapes[shape.name] [all...] |
/external/harfbuzz_ng/src/ |
gen-arabic-table.py | 152 shapes = {} 185 if items[0] not in shapes: 186 shapes[items[0]] = {} 187 shapes[items[0]][shape] = c 193 keys = shapes.keys () 196 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0 212 liga = (shapes[pair[0]]['initial'], shapes[pair[1]]['final'] [all...] |
/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...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
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;
|
RoundRectShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RoundRectShape;
|
ShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RoundRectShape; 27 import android.graphics.drawable.shapes.Shape;
|
PathShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.PathShape;
|
RectShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RectShape;
|
/art/test/044-proxy/src/ |
BasicTest.java | 42 Shapes shapes = (Shapes) proxy; local 43 shapes.circle(3); 44 shapes.rectangle(10, 20); 45 shapes.blob(); 58 shapes.upChuck(); 64 shapes.upCheck(); 101 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(), 129 interface Shapes { [all...] |
/external/fonttools/Lib/fontTools/pens/ |
reportLabPen.py | 4 from reportlab.graphics.shapes import Path 9 """A pen for drawing onto a reportlab.graphics.shapes.Path object.""" 62 from reportlab.graphics.shapes import Group, Drawing, scale
|
/cts/tests/tests/animation/src/android/animation/cts/ |
ShapeHolder.java | 20 import android.graphics.drawable.shapes.Shape;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ShapeHolder.java | 22 import android.graphics.drawable.shapes.Shape;
|
AnimationSeeking.java | 36 import android.graphics.drawable.shapes.OvalShape;
|
CustomEvaluator.java | 35 import android.graphics.drawable.shapes.OvalShape;
|
ReversingAnimation.java | 34 import android.graphics.drawable.shapes.OvalShape;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ShadowCardDrag.java | 28 import android.graphics.drawable.shapes.OvalShape; 29 import android.graphics.drawable.shapes.RectShape; 30 import android.graphics.drawable.shapes.RoundRectShape; 31 import android.graphics.drawable.shapes.Shape;
|
ShapeDrawable1.java | 23 import android.graphics.drawable.shapes.*;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/Shapes/resources/ |
shapes.js | 67 description: "Testing shapes with " + properties['webkitShapeOutside'] +" using " + shapeObjectCount + " shapes.",
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 27 import android.graphics.drawable.shapes.RectShape;
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 27 import android.graphics.drawable.shapes.RectShape;
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
ThumbnailRadioButton.java | 27 import android.graphics.drawable.shapes.RectShape;
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ShapeDrawableTest.java | 32 import android.graphics.drawable.shapes.RectShape; 33 import android.graphics.drawable.shapes.Shape;
|