Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMeshSpecification.java379 @AlphaType int alphaType) { in make()
405 int alphaType); in nativeMakeWithAlpha()
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp194 sk_sp<SkColorSpace> colorSpace, SkAlphaType alphaType, in createFrom()
247 SkAlphaType alphaType; in validateAlpha() local
366 void Bitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/frameworks/native/libs/renderengine/skia/
DAutoBackendTexture.h98 sk_sp<SkImage> makeImage(ui::Dataspace dataspace, SkAlphaType alphaType, in makeImage()
DAutoBackendTexture.cpp123 sk_sp<SkImage> AutoBackendTexture::makeImage(ui::Dataspace dataspace, SkAlphaType alphaType, in makeImage()
DSkiaRenderEngine.cpp972 const auto alphaType = useIsOpaqueWorkaround ? kPremul_SkAlphaType in drawLayersInternal() local
/frameworks/base/libs/hwui/apex/
Dandroid_bitmap.cpp268 auto alphaType = getAlphaType(info); in ABitmap_compress() local
/frameworks/base/libs/hwui/jni/
DMeshSpecification.cpp108 jstring fragmentShader, jlong colorSpace, jint alphaType) { in MakeWithAlpha()
DBitmapFactory.cpp219 SkAlphaType alphaType = codec->computeOutputAlphaType(false); in decodeGainmap() local
490 SkAlphaType alphaType = codec->computeOutputAlphaType(requireUnpremultiplied); in doDecode() local
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
/frameworks/base/libs/hwui/utils/
DColor.cpp38 SkAlphaType alphaType = kOpaque_SkAlphaType; in createImageInfo() local