Searched defs:imageBytes (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_libpng.cpp | 97 LibBaseImagePtr imageBytes = nullptr; in LoadFromMemory() local 187 LibBaseImagePtr imageBytes = nullptr; in Load() local [all...] |
H A D | image_loader_common.cpp | 109 void FreeLibBaseImageBytes(void *imageBytes) in FreeLibBaseImageBytes() argument 202 ImageLoaderManager::LoadResult LibBaseImage::CreateImage(LibBaseImagePtr imageBytes, uint32_t imageWidth, in CreateImage() argument 57 PremultiplyAlpha( uint8_t *imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument
|
H A D | image_loader_stb_image.cpp | 93 void FreeStbImageBytes(void* imageBytes) in FreeStbImageBytes() argument 273 static ImageLoaderManager::LoadResult CreateImage(StbImagePtr imageBytes, uint32_t imageWidth, uint32_t imageHeight, in CreateImage() argument 328 StbImagePtr imageBytes in LoadFromMemory() local 124 PremultiplyAlpha( uint8_t* imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument 378 StbImagePtr imageBytes = nullptr; Load() local [all...] |
H A D | image_loader_libjpeg.cpp | 141 LibBaseImagePtr imageBytes = nullptr; in LoadFromMemory() local 210 LibBaseImagePtr imageBytes = nullptr; in Load() local [all...] |
H A D | image_loader_ktx.cpp | 246 uint8_t* imageBytes = const_cast<uint8_t*>(image->imageBytes_); in ProcessMipmapLevel() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 1250 const uint8_t* imageBytes = reinterpret_cast<const uint8_t*>(imageData->data());
in WriteJpegPreApp() local [all...] |
Completed in 8 milliseconds