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

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp64 SkAlphaType alphaType; local
66 newInfo.colorType(), newInfo.alphaType(), &alphaType),
76 changeAlphaType(alphaType);
267 void Bitmap::setAlphaType(SkAlphaType alphaType) { argument
268 if (!SkColorTypeValidateAlphaType(info().colorType(), alphaType, &alphaType)) {
272 mPixelRef->changeAlphaType(alphaType);
489 return bitmap.alphaType() == kPremul_SkAlphaType ? FromColor_D32 : FromColor_D32_Raw;
491 return bitmap.alphaType()
803 SkAlphaType alphaType; local
945 const SkAlphaType alphaType = (SkAlphaType)p->readInt32(); local
[all...]

Completed in 49 milliseconds