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.java354 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()
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.java1297 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/
DImageDecoderTest.java2336 private Bitmap drawToBitmap(Drawable dr) { in drawToBitmap() method
2366 Bitmap bm1 = drawToBitmap(first); in testReuse()
2367 Bitmap bm2 = drawToBitmap(second); in testReuse()