Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.h140 static sk_sp<SkData> LoadImageRawDataFromFileCache(
146 static std::shared_ptr<RSData> LoadImageRawDataFromFileCache(
H A Dimage_object.cpp262 … auto compressedData = ImageProvider::LoadImageRawDataFromFileCache(pipelineContext, key, ".astc");
265 auto smallData = ImageProvider::LoadImageRawDataFromFileCache(pipelineContext, key);
H A Dimage_provider.cpp275 sk_sp<SkData> ImageProvider::LoadImageRawDataFromFileCache( in LoadImageRawDataFromFileCache() function in OHOS::Ace::ImageProvider
277 std::shared_ptr<RSData> ImageProvider::LoadImageRawDataFromFileCache( in LoadImageRawDataFromFileCache()