Searched defs:hasAlpha (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 98 public final boolean hasAlpha; field in ImageDecoderTest.Record 103 boolean hasAlpha, ColorSpace colorSpace) { in Record()
|
D | BitmapFactoryTest.java | 505 private void decodeResourceWithReuse(Bitmap reuse, int resId, boolean hasAlpha) { in decodeResourceWithReuse() 513 assertEquals(output.hasAlpha(), hasAlpha); in decodeResourceWithReuse() local 951 private void decodeConfigs(int id, int width, int height, boolean hasAlpha, boolean isGray) { in decodeConfigs()
|
D | BitmapTest.java | 3019 boolean hasAlpha, boolean premultiplied, boolean hardware); in nTestInfo()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BitmapTest.cpp | 142 jint width, jint height, jboolean hasAlpha, jboolean premultiplied, in testInfo()
|
D | android_graphics_cts_AImageDecoderTest.cpp | 363 static void testSetUnpremul(JNIEnv* env, jclass, jlong imageDecoderPtr, jboolean hasAlpha) { in testSetUnpremul()
|