Home
last modified time | relevance | path

Searched defs: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()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java36 public SamplePointVerifier(Point[] testPoints, int[] expectedColors) { in SamplePointVerifier()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/
DExpandingClipTest.java42 Point[] testPoints = { in testClipReplace() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java573 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayer() local
615 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayerAndComplexClip() local
DCanvasTests.java95 Point[] testPoints = { in testDrawDoubleRoundRect() local
136 Point[] testPoints = { in testDrawDoubleRoundRectWithRadii() local
191 Point[] testPoints = { in testDrawWithConcatenatedMatrix44() local
910 Point[] testPoints = { in testClipIntersectAndDifference() local
DExactCanvasTests.java77 public void testPoints() { in testPoints() method in ExactCanvasTests