Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_graphics/src/
H A Dbundle_graphics_client_impl.cpp56 std::shared_ptr<Media::PixelMap> BundleGraphicsClientImpl::LoadImageFile(const uint8_t *data, size_… in LoadImageFile() function in OHOS::AppExecFwk::BundleGraphicsClientImpl
96 auto pixelMapPtr = LoadImageFile(mediaDataPtr.get(), len); in GetAbilityPixelMapIcon()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_graphics/include/
H A Dbundle_graphics_client_impl.h39 std::shared_ptr<Media::PixelMap> LoadImageFile(const uint8_t *data, size_t len);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_utils.h167 EXPORT static bool LoadImageFile(ThumbnailData &data, Size &desiredSize);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
H A Dmedialibrary_utils_test.cpp701 bool ret = ThumbnailUtils::LoadImageFile(data, desiredSize);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp359 bool ThumbnailUtils::LoadImageFile(ThumbnailData &data, Size &desiredSize) in LoadImageFile() function in OHOS::Media::ThumbnailUtils
1490 ret = LoadImageFile(data, desiredSize); in LoadSourceImage()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp829 static std::shared_ptr<Media::PixelMap> LoadImageFile(const uint8_t *data, size_t len) in LoadImageFile() function
872 auto pixelMapPtr = LoadImageFile(mediaDataPtr.get(), len); in InnerGetAbilityIcon()