Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/image_provider/
Dmock_image_loader.cpp65 RefPtr<NG::ImageData> ImageLoader::LoadImageDataFromFileCache(const std::string& /*key*/, const std… in LoadImageDataFromFileCache() function in OHOS::Ace::ImageLoader
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_loader.h72 …static RefPtr<NG::ImageData> LoadImageDataFromFileCache(const std::string& key, const std::string&…
Dimage_loader.cpp225 RefPtr<NG::ImageData> ImageLoader::LoadImageDataFromFileCache(const std::string& key, const std::st… in LoadImageDataFromFileCache() function in OHOS::Ace::ImageLoader
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
Dimage_decoder.cpp246 auto cachedData = ImageLoader::LoadImageDataFromFileCache(key, ".astc"); in QueryCompressedCache()