Searched defs:alphaType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp65 SkAlphaType alphaType; local
67 newInfo.colorType(), newInfo.alphaType(), &alphaType),
77 changeAlphaType(alphaType);
268 void Bitmap::setAlphaType(SkAlphaType alphaType) { argument
269 if (!SkColorTypeValidateAlphaType(info().colorType(), alphaType, &alphaType)) {
273 mPixelRef->changeAlphaType(alphaType);
490 return bitmap.alphaType() == kPremul_SkAlphaType ? FromColor_D32 : FromColor_D32_Raw;
492 return bitmap.alphaType()
804 SkAlphaType alphaType; local
946 const SkAlphaType alphaType = (SkAlphaType)p->readInt32(); local
[all...]

Completed in 72 milliseconds