Searched refs:isPremul (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java527 /*package*/ static void nativeSetPremultiplied(long nativeBitmap, boolean isPremul) { argument
534 delegate.mIsPremultiplied = isPremul;
539 boolean isPremul) {
538 nativeSetHasAlpha(long nativeBitmap, boolean hasAlpha, boolean isPremul) argument
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp924 jboolean isPremul) {
927 if (isPremul) {
923 Bitmap_setPremultiplied(JNIEnv* env, jobject, jlong bitmapHandle, jboolean isPremul) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1736 boolean isPremul);
1735 nativeSetPremultiplied(long nativeBitmap, boolean isPremul) argument

Completed in 520 milliseconds