Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1699 private int getBitmapRawInt(Bitmap bitmap) { in getBitmapRawInt() method
1715 int storedPremul = getBitmapRawInt(bitmap); in testSetPremultipliedToBuffer()
1721 assertEquals(getBitmapRawInt(bitmap), storedPremul); in testSetPremultipliedToBuffer()
1729 int rawTestColor = getBitmapRawInt(bitmap); in testSetPremultipliedFromBuffer()