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

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp105 return bitmap.alphaType() == kPremul_SkAlphaType ? FromColor_D32 : FromColor_D32_Raw;
107 return bitmap.alphaType() == kPremul_SkAlphaType ? FromColor_D4444 :
265 switch (src.alphaType()) {
276 switch (src.alphaType()) {
292 switch (src.alphaType()) {
407 SkAlphaType alphaType; local
409 && bitmap->alphaType() == kOpaque_SkAlphaType) {
412 alphaType = kOpaque_SkAlphaType;
415 alphaType = requestPremul ? kPremul_SkAlphaType : kUnpremul_SkAlphaType;
417 bitmap->setInfo(SkImageInfo::Make(width, height, colorType, alphaType));
563 const SkAlphaType alphaType = (SkAlphaType)p->readInt32(); local
[all...]

Completed in 78 milliseconds