Searched refs:LoadFromMemory (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_libjpeg.cpp | 139 static LibBaseImagePtr LoadFromMemory(jpeg_decompress_struct &cinfo, uint32_t loadFlags, Info &info) in LoadFromMemory() function in __anon9613::final 212 imageBytes = LoadFromMemory(cinfo, loadFlags, info); in Load() 216 return ImageLoaderManager::ResultFailure("jpeg LoadFromMemory fail"); in Load()
|
H A D | image_loader_libpng.cpp | 95 static LibBaseImagePtr LoadFromMemory(png_structp png_ptr, png_infop info_ptr, uint32_t loadFlags, Info &info) in LoadFromMemory() function in __anon9614::final 99 CORE_LOG_E("pass nullptr to LoadFromMemory"); in LoadFromMemory() 189 imageBytes = LoadFromMemory(png_ptr, info_ptr, loadFlags, info); in Load() 192 return ImageLoaderManager::ResultFailure("png LoadFromMemory fail"); in Load()
|
H A D | image_loader_stb_image.cpp | 326 static StbImagePtr LoadFromMemory(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags, Info& info) in LoadFromMemory() function in final 381 imageBytes = LoadFromMemory(imageFileBytes, loadFlags, info); in Load()
|
Completed in 5 milliseconds