Searched refs:PremultiplyAlpha (Results 1 – 3 of 3) sorted by relevance
57 bool ImageLoaderCommon::PremultiplyAlpha( in PremultiplyAlpha() function in ImageLoaderCommon217 … ImageLoaderCommon::GetInstance().PremultiplyAlpha(static_cast<uint8_t *>(imageBytes.get()), in CreateImage()
124 bool PremultiplyAlpha( in PremultiplyAlpha() function287 …isPremultiplied = PremultiplyAlpha(static_cast<uint8_t*>(imageBytes.get()), imageWidth, imageHeigh… in CreateImage()
34 … bool PremultiplyAlpha(uint8_t *imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, in CORE_BEGIN_NAMESPACE()