Searched refs:drawToBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | BoringLayoutTest.java | 354 private static Bitmap drawToBitmap(Layout l) { in drawToBitmap() method in BoringLayoutTest 451 final Bitmap expectedBMP = drawToBitmap(layoutWithString); in assertSameDrawOutput() 452 final Bitmap resultBMP = drawToBitmap(layoutWithPrecomputed); in assertSameDrawOutput()
|
D | PrecomputedTextTest.java | 641 private static Bitmap drawToBitmap(@NonNull CharSequence cs, in drawToBitmap() method in PrecomputedTextTest 673 final Bitmap originalDrawOutput = drawToBitmap(cs, start, end, ctxStart, ctxEnd, paint); in assertSameOutput() 674 final Bitmap precomputedDrawOutput = drawToBitmap(pt, start, end, ctxStart, ctxEnd, paint); in assertSameOutput() 676 drawToBitmap(pt, start, end, ctxStart, ctxEnd, paint); in assertSameOutput()
|
D | StaticLayoutTest.java | 1297 private static Bitmap drawToBitmap(Layout l) { 1397 final Bitmap expectedBMP = drawToBitmap(expectedLayout); 1398 final Bitmap resultBMP = drawToBitmap(resultLayout); 1631 drawToBitmap(layout);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 2336 private Bitmap drawToBitmap(Drawable dr) { in drawToBitmap() method 2366 Bitmap bm1 = drawToBitmap(first); in testReuse() 2367 Bitmap bm2 = drawToBitmap(second); in testReuse()
|