Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java85 public Bitmap getMutableBitmap(Bitmap.Config config) { in getMutableBitmap() method in CanvasTests
89 public Bitmap getMutableBitmap() { in getMutableBitmap() method in CanvasTests
90 return getMutableBitmap(Bitmap.Config.ARGB_8888); in getMutableBitmap()
232 Bitmap bm = getMutableBitmap(); in drawRotatedBitmap()
283 new Canvas(getMutableBitmap()).drawBitmap(hwBitmap, 0, 0, null); in testDrawHwBitmap_inSwCanvas()
293 new Canvas(getMutableBitmap()).drawPicture(picture); in testDrawHwBitmap_inPictureCanvas_inSwCanvas()
307 new Canvas(getMutableBitmap()).drawPicture(outerPicture); in testDrawHwBitmap_inPictureCanvas_inPictureCanvas_inSwCanvas()
320 new Canvas(getMutableBitmap()).drawRect(0, 0, 10, 10, p); in testHwBitmapShaderInSwCanvas1()
333 new Canvas(getMutableBitmap()).drawRect(0, 0, 10, 10, p); in testHwBitmapShaderInSwCanvas2()
346 Bitmap bitmap = getMutableBitmap(); in testCanvasFromRecycledBitmap()
[all …]