Home
last modified time | relevance | path

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

/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.java641 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()
DStaticLayoutTest.java1298 private static Bitmap drawToBitmap(Layout l) {
1398 final Bitmap expectedBMP = drawToBitmap(expectedLayout);
1399 final Bitmap resultBMP = drawToBitmap(resultLayout);
1632 drawToBitmap(layout);
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java2543 private Bitmap drawToBitmap(Drawable dr) { in drawToBitmap() method
2573 Bitmap bm1 = drawToBitmap(first); in testReuse()
2574 Bitmap bm2 = drawToBitmap(second); in testReuse()