Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp142 jint width, jint height, jboolean hasAlpha, jboolean premultiplied, in testInfo() argument
156 } else if (premultiplied) { in testInfo()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2562 for (boolean premultiplied : trueFalse) { in testNdkInfo()
2564 bm.setPremultiplied(premultiplied); in testNdkInfo()
2907 boolean hasAlpha, boolean premultiplied, boolean hardware); in nTestInfo() argument