Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewSearchResultHighlightTest.java86 private Bitmap drawToBitmap(Path path) { in drawToBitmap() method in TextViewSearchResultHighlightTest
98 Bitmap eBmp = drawToBitmap(expected); in assertPathEquals()
99 Bitmap aBmp = drawToBitmap(actual); in assertPathEquals()
DTextViewHighlightTest.java87 private Bitmap drawToBitmap(Path path) { in drawToBitmap() method in TextViewHighlightTest
99 Bitmap eBmp = drawToBitmap(expected); in assertPathEquals()
100 Bitmap aBmp = drawToBitmap(actual); in assertPathEquals()
DTextViewHandwritingGestureTest.java2149 Bitmap expectedBitmap = drawToBitmap(expected); in assertPathEquals()
2150 Bitmap actualBitmap = drawToBitmap(actual); in assertPathEquals()
2154 private Bitmap drawToBitmap(Path path) { in drawToBitmap() method in TextViewHandwritingGestureTest
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java366 private static Bitmap drawToBitmap(Layout l) { in drawToBitmap() method in BoringLayoutTest
463 final Bitmap expectedBMP = drawToBitmap(layoutWithString); in assertSameDrawOutput()
464 final Bitmap resultBMP = drawToBitmap(layoutWithPrecomputed); in assertSameDrawOutput()
DPrecomputedTextTest.java690 private static Bitmap drawToBitmap(@NonNull CharSequence cs, in drawToBitmap() method in PrecomputedTextTest
722 final Bitmap originalDrawOutput = drawToBitmap(cs, start, end, ctxStart, ctxEnd, paint); in assertSameOutput()
723 final Bitmap precomputedDrawOutput = drawToBitmap(pt, start, end, ctxStart, ctxEnd, paint); in assertSameOutput()
725 drawToBitmap(pt, start, end, ctxStart, ctxEnd, paint); in assertSameOutput()
DStaticLayoutTest.java1337 private static Bitmap drawToBitmap(Layout l) {
1437 final Bitmap expectedBMP = drawToBitmap(expectedLayout);
1438 final Bitmap resultBMP = drawToBitmap(resultLayout);
1671 drawToBitmap(layout);
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java2669 private Bitmap drawToBitmap(Drawable dr) { in drawToBitmap() method
2699 Bitmap bm1 = drawToBitmap(first); in testReuse()
2700 Bitmap bm2 = drawToBitmap(second); in testReuse()