Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMeshSpecification.java379 @AlphaType int alphaType) { in make()
405 int alphaType); in nativeMakeWithAlpha()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp194 sk_sp<SkColorSpace> colorSpace, SkAlphaType alphaType, in createFrom()
247 SkAlphaType alphaType; in validateAlpha() local
366 void Bitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp219 SkAlphaType alphaType = codec->computeOutputAlphaType(false); in decodeGainmap() local
490 SkAlphaType alphaType = codec->computeOutputAlphaType(requireUnpremultiplied); in doDecode() local
H A DMeshSpecification.cpp108 jstring fragmentShader, jlong colorSpace, jint alphaType) { in MakeWithAlpha()
H A DBitmap.cpp95 void setAlphaType(SkAlphaType alphaType) { in setAlphaType()
484 SkAlphaType alphaType; in Bitmap_reconfigure() local
734 const SkAlphaType alphaType = static_cast<SkAlphaType>(p.readInt32()); in Bitmap_createFromParcel() local
/aosp14/frameworks/base/libs/hwui/apex/
H A Dandroid_bitmap.cpp268 auto alphaType = getAlphaType(info); in ABitmap_compress() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DColor.cpp38 SkAlphaType alphaType = kOpaque_SkAlphaType; in createImageInfo() local