Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libpng.cpp95 …static LibBaseImagePtr LoadFromMemory(png_structp png_ptr, png_infop info_ptr, uint32_t loadFlags,… in LoadFromMemory() function in __anonfe56e1b80110::LibPNGImage
189 imageBytes = LoadFromMemory(png_ptr, info_ptr, loadFlags, info); in Load()
H A Dimage_loader_libjpeg.cpp139 …static LibBaseImagePtr LoadFromMemory(jpeg_decompress_struct &cinfo, uint32_t loadFlags, Info &inf… in LoadFromMemory() function in __anond8dc71790110::LibJPEGImage
212 imageBytes = LoadFromMemory(cinfo, loadFlags, info); in Load()
H A Dimage_loader_stb_image.cpp326 …static StbImagePtr LoadFromMemory(array_view<const uint8_t> imageFileBytes, uint32_t loadFlags, In… in LoadFromMemory() function in StbImage
381 imageBytes = LoadFromMemory(imageFileBytes, loadFlags, info); in Load()