Searched defs:shape (Results 1 – 10 of 10) sorted by relevance
59 ArcShape shape = new ArcShape(100.0f, 360.0f); in testGetSweepAngle() local65 ArcShape shape = new ArcShape(100.0f, 360.0f); in testGetStartAngle() local102 ArcShape shape; in testGetOutline() local113 ArcShape shape = new ArcShape(0.0f, 360.0f); in testClone() local
91 Shape shape = new MockShape(); in testClone() local104 Shape shape = new MockShape(); in testHasAlpha() local110 Shape shape = new MockShape(); in testDraw() local128 Shape shape = new MockShape(); in testGetOutline() local
87 OvalShape shape; in testGetOutline() local
118 PathShape shape; in testGetOutline() local
113 RoundRectShape shape; in testGetOutline() local
115 RectShape shape = new RectShape(); in testGetOutline() local
87 private static Path shape() { in shape() method in PathDashPathEffectTest
293 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw()
248 int shape; in testSetShape() local
317 def find_circle_fill_metric(shape, img_bw, color): argument