Home
last modified time | relevance | path

Searched refs:ResultFailure (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp380 return ImageLoaderManager::ResultFailure("Image not supported."); in CreateImage()
384 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in CreateImage()
463 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in CreateImage()
483 return ImageLoaderManager::ResultFailure("Loading image failed."); in Load()
491 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()
495 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()
499 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()
503 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()
510 return ImageLoaderManager::ResultFailure("Invalid ktx data."); in Load()
523 return ImageLoaderManager::ResultFailure("Image not supported."); in Load()
[all …]
H A Dimage_loader_libpng.cpp151 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()
160 return ImageLoaderManager::ResultFailure("Loading png_ptr failed"); in Load()
165 return ImageLoaderManager::ResultFailure("Loading info_ptr failed"); in Load()
170 return ImageLoaderManager::ResultFailure("png_jmpbuf to fail"); in Load()
192 return ImageLoaderManager::ResultFailure("png LoadFromMemory fail"); in Load()
226 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()
233 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()
244 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
H A Dimage_loader_libjpeg.cpp183 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()
193 return ImageLoaderManager::ResultFailure("jpeg_jmpbuf to fail"); in Load()
216 return ImageLoaderManager::ResultFailure("jpeg LoadFromMemory fail"); in Load()
251 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()
258 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()
269 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
H A Dimage_loader_stb_image.cpp278 return ImageLoaderManager::ResultFailure("Loading image failed."); in CreateImage()
359 return ImageLoaderManager::ResultFailure("Input data must not be null."); in Load()
394 return ImageLoaderManager::ResultFailure(errorString); in Load()
396 return ImageLoaderManager::ResultFailure("Loading image failed"); in Load()
426 return ImageLoaderManager::ResultFailure("File too big to read."); in Load()
433 return ImageLoaderManager::ResultFailure("Reading file failed."); in Load()
444 return ImageLoaderManager::ResultFailure("Data too big to read."); in Load()
H A Dimage_loader_common.cpp207 return ImageLoaderManager::ResultFailure("Loading image failed."); in CreateImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp83 return ResultFailure("Can not open image."); in LoadImage()
99 return ResultFailure("Can not read file header."); in LoadImage()
109 return ResultFailure("Image loader not found for this format."); in LoadImage()
117 return ResultFailure("Image loader can't load from empty buffer."); in LoadImage()
128 return ResultFailure("Image loader not found for this format."); in LoadImage()
180 ImageLoaderManager::LoadResult ImageLoaderManager::ResultFailure(const string_view error) in ResultFailure() function in ImageLoaderManager
H A Dimage_loader_manager.h57 static LoadResult ResultFailure(const BASE_NS::string_view error);