OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shapes
(Results
1 - 25
of
160
) sorted by null
1
2
3
4
5
6
7
/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/core/com/jme3/effect/shapes/
EmitterShape.java
32
package com.jme3.effect.
shapes
;
38
* This interface declares methods used by all
shapes
that represent particle emitters.
EmitterMeshConvexHullShape.java
1
package com.jme3.effect.
shapes
;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
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;
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;
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;
MeshCollisionShape.java
32
package com.jme3.bullet.collision.
shapes
;
34
import com.bulletphysics.collision.
shapes
.BvhTriangleMeshShape;
35
import com.bulletphysics.collision.
shapes
.IndexedMesh;
36
import com.bulletphysics.collision.
shapes
.TriangleIndexVertexArray;
BoxCollisionShape.java
32
package com.jme3.bullet.collision.
shapes
;
34
import com.bulletphysics.collision.
shapes
.BoxShape;
PlaneCollisionShape.java
6
package com.jme3.bullet.collision.
shapes
;
8
import com.bulletphysics.collision.
shapes
.StaticPlaneShape;
SphereCollisionShape.java
32
package com.jme3.bullet.collision.
shapes
;
34
import com.bulletphysics.collision.
shapes
.SphereShape;
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java
17
package android.graphics.drawable.
shapes
;
ArcShape.java
17
package android.graphics.drawable.
shapes
;
RectShape.java
17
package android.graphics.drawable.
shapes
;
Shape.java
17
package android.graphics.drawable.
shapes
;
PathShape.java
17
package android.graphics.drawable.
shapes
;
/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;
/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/core/com/jme3/effect/influencers/
ParticleInfluencer.java
5
import com.jme3.effect.
shapes
.EmitterShape;
EmptyParticleInfluencer.java
4
import com.jme3.effect.
shapes
.EmitterShape;
/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;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java
34
import com.bulletphysics.collision.
shapes
.ConcaveShape;
35
import com.bulletphysics.collision.
shapes
.ConvexShape;
36
import com.bulletphysics.collision.
shapes
.ShapeHull;
37
import com.bulletphysics.collision.
shapes
.TriangleCallback;
39
import com.jme3.bullet.collision.
shapes
.CollisionShape;
40
import com.jme3.bullet.collision.
shapes
.CompoundCollisionShape;
41
import com.jme3.bullet.collision.
shapes
.infos.ChildCollisionShape;
207
* A callback is used to process the triangles of the shape as there is no direct access to a concave
shapes
, shape.
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java
34
import com.jme3.bullet.collision.
shapes
.CollisionShape;
35
import com.jme3.bullet.collision.
shapes
.CompoundCollisionShape;
36
import com.jme3.bullet.collision.
shapes
.infos.ChildCollisionShape;
/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;
Completed in 463 milliseconds
1
2
3
4
5
6
7