Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1255 verifyAlphaAndPremul(bitmap, hasAlpha, isPremul, false); in testAlphaAndPremul()
1268verifyAlphaAndPremul(bitmap, hasAlpha, isPremul, fromConfig == Config.RGB_565); in testAlphaAndPremul()
1288 private void verifyAlphaAndPremul(Bitmap bitmap, boolean expectedAlpha, boolean expectedPremul, in verifyAlphaAndPremul() method