Searched refs:desireAlphaType (Results 1 – 5 of 5) sorted by relevance
113 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()
114 OHOS::Media::AlphaType desireAlphaType = OHOS::Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL; member
120 static_cast<int32_t>(opts.desiredPixelFormat), static_cast<int32_t>(opts.desireAlphaType), in SetDecodeOptions()
279 static_cast<int32_t>(opts.desiredPixelFormat), static_cast<int32_t>(opts.desireAlphaType), in SetDecodeOptions()
601 auto desireAlpha = ConvertToAlphaType(opts.desireAlphaType, info.alphaType); in HeapMemAlloc()