Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java69 private boolean mIsPremultiplied; field in Bitmap
117 mIsPremultiplied = isPremultiplied; in Bitmap()
138 mIsPremultiplied = isPremultiplied; in reinit()
558 b.setAlphaAndPremultiplied(hasAlpha(), mIsPremultiplied); in copy() local
735 bitmap.setAlphaAndPremultiplied(source.hasAlpha(), source.mIsPremultiplied); in createBitmap()
1030 return mIsPremultiplied && getConfig() != Config.RGB_565 && hasAlpha(); in isPremultiplied()
1054 mIsPremultiplied = premultiplied; in setPremultiplied()
1060 mIsPremultiplied = premultiplied; in setAlphaAndPremultiplied()
1222 nativeSetAlphaAndPremultiplied(mNativeBitmap, hasAlpha, mIsPremultiplied); in setHasAlpha()
1296 return nativeGetPixel(mNativeBitmap, x, y, mIsPremultiplied); in getPixel()
[all …]