Home
last modified time | relevance | path

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

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