Home
last modified time | relevance | path

Searched refs:desireAlphaType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp113 info.alphaType = opts.desireAlphaType; in SetDecodeOptions()
116 … hasAlpha && (opts.desireAlphaType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL)); in SetDecodeOptions()
153 … hasAlpha && opts_.desireAlphaType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in Decode()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h114 OHOS::Media::AlphaType desireAlphaType = OHOS::Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_decoder.cpp120 static_cast<int32_t>(opts.desiredPixelFormat), static_cast<int32_t>(opts.desireAlphaType), in SetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp279 static_cast<int32_t>(opts.desiredPixelFormat), static_cast<int32_t>(opts.desireAlphaType), in SetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp601 auto desireAlpha = ConvertToAlphaType(opts.desireAlphaType, info.alphaType); in HeapMemAlloc()