Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp149 sk_sp<SkColorSpace> colorSpace, SkAlphaType alphaType, in createFrom()
202 SkAlphaType alphaType; in validateAlpha() local
316 void Bitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/aosp12/frameworks/native/libs/renderengine/skia/
H A DAutoBackendTexture.cpp85 sk_sp<SkImage> AutoBackendTexture::makeImage(ui::Dataspace dataspace, SkAlphaType alphaType, in makeImage()
H A DAutoBackendTexture.h98 sk_sp<SkImage> makeImage(ui::Dataspace dataspace, SkAlphaType alphaType, in makeImage()
H A DSkiaGLRenderEngine.cpp1049 const auto alphaType = useIsOpaqueWorkaround ? kPremul_SkAlphaType in drawLayers() local
/aosp12/frameworks/base/libs/hwui/apex/
H A Dandroid_bitmap.cpp256 auto alphaType = getAlphaType(info); in ABitmap_compress() local
/aosp12/frameworks/base/libs/hwui/utils/
H A DColor.cpp38 SkAlphaType alphaType = kOpaque_SkAlphaType; in createImageInfo() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp94 void setAlphaType(SkAlphaType alphaType) { in setAlphaType()
453 SkAlphaType alphaType; in Bitmap_reconfigure() local
787 const SkAlphaType alphaType = static_cast<SkAlphaType>(p.readInt32()); in Bitmap_createFromParcel() local
H A DBitmapFactory.cpp352 SkAlphaType alphaType = codec->computeOutputAlphaType(requireUnpremultiplied); in doDecode() local