Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java790 Bitmap actualBitmap = drawAndGetBitmap(actual, paint); in verifyPathsAreEquivalent()
791 Bitmap expectedBitmap = drawAndGetBitmap(expected, paint); in verifyPathsAreEquivalent()
795 private static Bitmap drawAndGetBitmap(Path path, Paint paint) { in drawAndGetBitmap() method in PathTest