/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/ |
D | updateshadowpic_fuzzer.cpp | 50 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() function 67 shadowInfo.pixelMap = CreatePixelMap(PIXEL_MAP_WIDTH, PIXEL_MAP_HEIGHT); in CreateShadowInfo()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/ |
D | ans_image_util_unit_test.cpp | 391 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 414 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 437 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 461 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 484 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 507 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 529 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format); 552 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
|
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/ |
D | startdrag_fuzzer.cpp | 52 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() function 69 shadowInfo.pixelMap = CreatePixelMap(MAX_PIXEL_MAP_WIDTH, MAX_PIXEL_MAP_HEIGHT); in CreateDragData()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_image_util.cpp | 89 auto pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in UnPackImage() 129 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap() function in OHOS::Notification::AnsImageUtil 153 auto pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in CreatePixelMap()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_image_util.h | 70 static std::shared_ptr<Media::PixelMap> CreatePixelMap(
|
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | interaction_drag_drawing_test.cpp | 66 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height); 79 std::shared_ptr<Media::PixelMap> InteractionDragDrawingTest::CreatePixelMap(int32_t width, int32_t … in CreatePixelMap() function in OHOS::Msdp::DeviceStatus::InteractionDragDrawingTest 113 std::shared_ptr<Media::PixelMap> pixelMap = CreatePixelMap(PIXEL_MAP_WIDTH, PIXEL_MAP_HEIGHT); in CreateDragData() 315 …std::shared_ptr<Media::PixelMap> pixelMap = CreatePixelMap(MIDDLE_PIXEL_MAP_WIDTH, MIDDLE_PIXEL_MA…
|
D | interaction_manager_test.cpp | 74 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height); 183 std::shared_ptr<Media::PixelMap> InteractionManagerTest::CreatePixelMap(int32_t width, int32_t heig… in CreatePixelMap() function in OHOS::Msdp::DeviceStatus::InteractionManagerTest 212 …std::shared_ptr<Media::PixelMap> pixelMap = CreatePixelMap(pixelMapSize.first, pixelMapSize.second… in CreateDragData()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_image_source.cpp | 122 std::unique_ptr<PixelMap> ImageSource::CreatePixelMap(uint32_t index, const DecodeOptions &opts, ui… in CreatePixelMap() function in OHOS::Media::ImageSource
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
D | wallpaper_manager.cpp | 376 pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in GetPixelMap()
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_drawing.cpp | 980 std::shared_ptr<Media::PixelMap> pixelMap = imageSource->CreatePixelMap(decodeOpts, errCode); in DecodeSvgToPixelMap() 1172 std::shared_ptr<Media::PixelMap> pixelMap = imageSource->CreatePixelMap(decodeOpts, errCode); in Draw()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 558 smallIconResult = Media::PixelMapNapi::CreatePixelMap(env, littleIcon); in SetNotificationRequestByPixelMap() 573 largeIconResult = Media::PixelMapNapi::CreatePixelMap(env, largeIcon); in SetNotificationRequestByPixelMap() 1033 pictureResult = Media::PixelMapNapi::CreatePixelMap(env, picture); in SetNotificationPictureContent() 1167 iconResult = Media::PixelMapNapi::CreatePixelMap(env, icon); in SetMessageUser() 1277 iconResult = Media::PixelMapNapi::CreatePixelMap(env, icon); in SetNotificationActionButton()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
D | napi_wallpaper_ability.cpp | 607 …(context->pixelMap != nullptr ? PixelMapNapi::CreatePixelMap(env, std::move(context->pixelMap)) : … in GetImageInner()
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 639 … std::unique_ptr<PixelMap> wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in SaveColor()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | napi_webview_controller.cpp | 2923 napi_value jsPixelMap = OHOS::Media::PixelMapNapi::CreatePixelMap(env, pixelMapToJs); in GetFavicon() 3068 napi_value jsPixelMap = OHOS::Media::PixelMapNapi::CreatePixelMap(env, pixelMapToJs); in GetFavicon()
|