Searched refs:shape (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
D | ShapeTest.java | 79 Shape shape = new MockShape(); in testClone() local 80 shape.resize(100f, 200f); in testClone() 81 Shape clonedShape = shape.clone(); in testClone() 82 assertEquals(100f, shape.getWidth()); in testClone() 83 assertEquals(200f, shape.getHeight()); in testClone() 85 assertNotSame(shape, clonedShape); in testClone() 86 assertEquals(shape.getWidth(), clonedShape.getWidth()); in testClone() 87 assertEquals(shape.getHeight(), clonedShape.getHeight()); in testClone() 91 Shape shape = new MockShape(); in testHasAlpha() local 92 assertTrue(shape.hasAlpha()); in testHasAlpha() [all …]
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 428 info.shape = this; 487 info.shape = this; 525 shape: null, property in Flog.RayTracer.IntersectionInfo 686 var shape = scene.shapes[i]; 688 if(shape != exclude){ 689 var info = shape.intersect(ray); 713 var shininess = Math.pow(10, info.shape.material.gloss + 1); 744 if(this.options.renderReflections && info.shape.material.reflection > 0) 747 var refl = this.testIntersection(reflectionRay, scene, info.shape); 758 info.shape.material.reflection [all …]
|
D | box2d.js | 185 …rototype.CreateFixture2=function(a,c){if(c===undefined)c=0;var g=new aa;g.shape=a;g.density=c;retu… 225 this.m_isSensor=g.isSensor;this.m_shape=g.shape.Copy();this.m_density=g.density};S.prototype.Destro… 226 …his.filter=new N};aa.prototype.b2FixtureDef=function(){this.userData=this.shape=null;this.friction… 497 var shape = new PolygonShape(); 498 shape.SetAsEdge(new Vec2(-40.0, 0), new Vec2(40.0, 0)); 502 fd.shape = shape; 508 var shape = new PolygonShape(); 509 shape.SetAsBox(a, a); 522 fd.shape = shape;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PathDashPathEffectTest.java | 42 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0, in testPathDashPathEffect() 80 private static Path shape() { in shape() method in PathDashPathEffectTest
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawableTest.java | 253 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw() argument 254 super.onDraw(shape, canvas, paint); in onDraw()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 9076 public void shape( 9081 public void shape(
|
D | classes.out.dex | 1056 public static final int shape 110304 public static final int shape
|