Home
last modified time | relevance | path

Searched refs:CreateImageSource (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_image_source.cpp65 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(std::unique_ptr<std::istream> is, in CreateImageSource() function in OHOS::Media::ImageSource
71 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, in CreateImageSource() function in OHOS::Media::ImageSource
84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const Sour… in CreateImageSource() function in OHOS::Media::ImageSource
97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_image_util.cpp79 auto imageSource = Media::ImageSource::CreateImageSource( in UnPackImage()
139 auto imageSource = Media::ImageSource::CreateImageSource(inFilePath, opts, errorCode); in CreatePixelMap()
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp367 OHOS::Media::ImageSource::CreateImageSource(fdInfo.fd, opts, errorCode); in GetPixelMap()
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp975 …auto imageSource = Media::ImageSource::CreateImageSource(reinterpret_cast<const uint8_t*>(content.… in DecodeSvgToPixelMap()
1165 auto imageSource = Media::ImageSource::CreateImageSource(imagePath, opts, errCode); in Draw()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp633 OHOS::Media::ImageSource::CreateImageSource(pathName, opts, errorCode); in SaveColor()