Searched refs:CreateImageSource (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_image_source.cpp | 65 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/ |
D | ans_image_util.cpp | 79 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/ |
D | wallpaper_manager.cpp | 367 OHOS::Media::ImageSource::CreateImageSource(fdInfo.fd, opts, errorCode); in GetPixelMap()
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_drawing.cpp | 975 …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/ |
D | wallpaper_service.cpp | 633 OHOS::Media::ImageSource::CreateImageSource(pathName, opts, errorCode); in SaveColor()
|