Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp139 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 Dimage_loader_libpng.cpp95 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 Dimage_loader_stb_image.cpp326 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