Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DArcShapeTest.java59 ArcShape shape = new ArcShape(100.0f, 360.0f); in testGetSweepAngle() local
65 ArcShape shape = new ArcShape(100.0f, 360.0f); in testGetStartAngle() local
102 ArcShape shape; in testGetOutline() local
113 ArcShape shape = new ArcShape(0.0f, 360.0f); in testClone() local
DShapeTest.java91 Shape shape = new MockShape(); in testClone() local
104 Shape shape = new MockShape(); in testHasAlpha() local
110 Shape shape = new MockShape(); in testDraw() local
128 Shape shape = new MockShape(); in testGetOutline() local
DOvalShapeTest.java87 OvalShape shape; in testGetOutline() local
DPathShapeTest.java118 PathShape shape; in testGetOutline() local
DRoundRectShapeTest.java113 RoundRectShape shape; in testGetOutline() local
DRectShapeTest.java115 RectShape shape = new RectShape(); in testGetOutline() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathDashPathEffectTest.java87 private static Path shape() { in shape() method in PathDashPathEffectTest
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DShapeDrawableTest.java293 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw()
DGradientDrawableTest.java248 int shape; in testSetShape() local
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py317 def find_circle_fill_metric(shape, img_bw, color): argument