Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java44 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_circle); in testPathApproximate_circle()
51 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_rect); in testPathApproximate_rect()
62 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_quads); in testPathApproximate_quads()
73 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_cubics); in testPathApproximate_cubics()
76 private void verifyPathApproximation(Path path, int goldenResourceId) { in verifyPathApproximation() method in PathTests