Home
last modified time | relevance | path

Searched refs:FreeLibBaseImageBytes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp165 imageBytes = {buff, FreeLibBaseImageBytes}; in LoadFromMemory()
173 imageBytes = {buff, FreeLibBaseImageBytes}; in LoadFromMemory()
219 imageBytes = {nullptr, FreeLibBaseImageBytes}; in Load()
H A Dimage_loader_libpng.cpp126 imageBytes = {buff, FreeLibBaseImageBytes}; in LoadFromMemory()
195 imageBytes = {nullptr, FreeLibBaseImageBytes}; in Load()
H A Dimage_loader_common.h49 void FreeLibBaseImageBytes(void *imageBytes);
H A Dimage_loader_common.cpp109 void FreeLibBaseImageBytes(void *imageBytes) in FreeLibBaseImageBytes() function