Searched defs:alphaType (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
H A D | android_view_TextureView.cpp | 76 SkAlphaType alphaType = kOpaque_SkAlphaType; local 80 alphaType = kPremul_SkAlphaType; 84 alphaType = kOpaque_SkAlphaType; 88 alphaType = kOpaque_SkAlphaType; 93 return SkImageInfo::Make(buffer.width, buffer.height, colorType, alphaType);
|
H A D | android_view_SurfaceControl.cpp | 155 SkAlphaType alphaType; local 159 alphaType = kOpaque_SkAlphaType; 164 alphaType = kPremul_SkAlphaType; 169 alphaType = kOpaque_SkAlphaType; 178 colorType, alphaType);
|
/frameworks/base/core/jni/android/graphics/ |
H A D | BitmapFactory.cpp | 386 SkAlphaType alphaType = codec->computeOutputAlphaType(requireUnpremultiplied); local 389 alphaType); 480 // FIXME: If the alphaType is kUnpremul and the image has alpha, the 484 scaledColorType, decodingBitmap.alphaType()));
|
H A D | Bitmap.cpp | 65 SkAlphaType alphaType; local 67 newInfo.colorType(), newInfo.alphaType(), &alphaType), 77 changeAlphaType(alphaType); 261 void Bitmap::setAlphaType(SkAlphaType alphaType) { argument 262 if (!SkColorTypeValidateAlphaType(info().colorType(), alphaType, &alphaType)) { 266 mPixelRef->changeAlphaType(alphaType); 483 return bitmap.alphaType() == kPremul_SkAlphaType ? FromColor_D32 : FromColor_D32_Raw; 485 return bitmap.alphaType() 815 SkAlphaType alphaType; local 957 const SkAlphaType alphaType = (SkAlphaType)p->readInt32(); local [all...] |
Completed in 81 milliseconds