Home
last modified time | relevance | path

Searched defs:LoadImageFile (Results 1 – 3 of 3) 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
/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
/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