Home
last modified time | relevance | path

Searched refs:PremultiplyAlpha (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp57 bool ImageLoaderCommon::PremultiplyAlpha( in PremultiplyAlpha() function in ImageLoaderCommon
217 ImageLoaderCommon::GetInstance().PremultiplyAlpha(static_cast<uint8_t *>(imageBytes.get()), in CreateImage()
H A Dimage_loader_stb_image.cpp124 bool PremultiplyAlpha( in PremultiplyAlpha() function
287 isPremultiplied = PremultiplyAlpha(static_cast<uint8_t*>(imageBytes.get()), imageWidth, imageHeight, in CreateImage()
H A Dimage_loader_common.h34 bool PremultiplyAlpha(uint8_t *imageBytes, uint32_t width, uint32_t height, uint32_t channelCount,

Completed in 2 milliseconds