Searched refs:drawToBitmap (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewSearchResultHighlightTest.java | 86 private Bitmap drawToBitmap(Path path) { in drawToBitmap() method in TextViewSearchResultHighlightTest 98 Bitmap eBmp = drawToBitmap(expected); in assertPathEquals() 99 Bitmap aBmp = drawToBitmap(actual); in assertPathEquals()
|
D | TextViewHighlightTest.java | 87 private Bitmap drawToBitmap(Path path) { in drawToBitmap() method in TextViewHighlightTest 99 Bitmap eBmp = drawToBitmap(expected); in assertPathEquals() 100 Bitmap aBmp = drawToBitmap(actual); in assertPathEquals()
|
D | TextViewHandwritingGestureTest.java | 2149 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/ |
D | BoringLayoutTest.java | 366 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()
|
D | PrecomputedTextTest.java | 690 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()
|
D | StaticLayoutTest.java | 1337 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/ |
D | ImageDecoderTest.java | 2669 private Bitmap drawToBitmap(Drawable dr) { in drawToBitmap() method 2699 Bitmap bm1 = drawToBitmap(first); in testReuse() 2700 Bitmap bm2 = drawToBitmap(second); in testReuse()
|