Home
last modified time | relevance | path

Searched refs:ResultFailureAnimated (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp138 return ResultFailureAnimated("Can not open image."); in LoadAnimatedImage()
154 return ResultFailureAnimated("Can not read file header."); in LoadAnimatedImage()
163 return ResultFailureAnimated("Image loader not found for this format."); in LoadAnimatedImage()
177 return ResultFailureAnimated("Image loader not found for this format."); in LoadAnimatedImage()
205 ImageLoaderManager::LoadAnimatedResult ImageLoaderManager::ResultFailureAnimated(const string_view … in ResultFailureAnimated() function in ImageLoaderManager
H A Dimage_loader_manager.h59 static LoadAnimatedResult ResultFailureAnimated(const BASE_NS::string_view error);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libpng.cpp272 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
278 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
H A Dimage_loader_libjpeg.cpp303 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
309 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
H A Dimage_loader_stb_image.cpp483 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
489 return ImageLoaderManager::ResultFailureAnimated("Animation not supported."); in LoadAnimatedImage()
H A Dimage_loader_ktx.cpp662 return ImageLoaderManager::ResultFailureAnimated("Animated KTX not supported."); in LoadAnimatedImage()
668 return ImageLoaderManager::ResultFailureAnimated("Animated KTX not supported."); in LoadAnimatedImage()