Home
last modified time | relevance | path

Searched refs:testPoints (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java36 public SamplePointVerifier(Point[] testPoints, int[] expectedColors) { in SamplePointVerifier() argument
37 this(testPoints, expectedColors, DEFAULT_TOLERANCE); in SamplePointVerifier()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier() argument
41 mTestPoints = testPoints; in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() argument
84 return new SamplePointVerifier(testPoints, expectedColors, tolerance) { in create()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java36 public SamplePointVerifier(Point[] testPoints, int[] expectedColors) { in SamplePointVerifier() argument
37 this(testPoints, expectedColors, DEFAULT_TOLERANCE); in SamplePointVerifier()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier() argument
41 mTestPoints = testPoints; in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() argument
84 return new SamplePointVerifier(testPoints, expectedColors, tolerance) { in create()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/
DExpandingClipTest.java42 Point[] testPoints = { in testClipReplace() local
65 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testClipReplace()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java573 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayer() local
593 testPoints[2].y = TEST_HEIGHT in testWebViewWithUnclippedLayer()
595 testPoints[3].y = TEST_HEIGHT in testWebViewWithUnclippedLayer()
599 testPoints, in testWebViewWithUnclippedLayer()
615 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayerAndComplexClip() local
636 testPoints[3].y = TEST_HEIGHT in testWebViewWithUnclippedLayerAndComplexClip()
638 testPoints[4].y = TEST_HEIGHT in testWebViewWithUnclippedLayerAndComplexClip()
642 testPoints, in testWebViewWithUnclippedLayerAndComplexClip()
DCanvasTests.java95 Point[] testPoints = { in testDrawDoubleRoundRect() local
131 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testDrawDoubleRoundRect()
136 Point[] testPoints = { in testDrawDoubleRoundRectWithRadii() local
185 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testDrawDoubleRoundRectWithRadii()
191 Point[] testPoints = { in testDrawWithConcatenatedMatrix44() local
227 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testDrawWithConcatenatedMatrix44()
910 Point[] testPoints = { in testClipIntersectAndDifference() local
938 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testClipIntersectAndDifference()
DExactCanvasTests.java77 public void testPoints() { in testPoints() method in ExactCanvasTests