Home
last modified time | relevance | path

Searched refs:CreatePixelMap (Results 1 – 14 of 14) sorted by relevance

/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
Dupdateshadowpic_fuzzer.cpp50 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/
Dans_image_util_unit_test.cpp391 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/
Dstartdrag_fuzzer.cpp52 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/
Dans_image_util.cpp89 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/
Dans_image_util.h70 static std::shared_ptr<Media::PixelMap> CreatePixelMap(
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/
Dinteraction_drag_drawing_test.cpp66 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…
Dinteraction_manager_test.cpp74 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/
Dmock_image_source.cpp122 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/
Dwallpaper_manager.cpp376 pixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in GetPixelMap()
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp980 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/
Dcommon.cpp558 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/
Dnapi_wallpaper_ability.cpp607 …(context->pixelMap != nullptr ? PixelMapNapi::CreatePixelMap(env, std::move(context->pixelMap)) : … in GetImageInner()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp639 … std::unique_ptr<PixelMap> wallpaperPixelMap = imageSource->CreatePixelMap(decodeOpts, errorCode); in SaveColor()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp2923 napi_value jsPixelMap = OHOS::Media::PixelMapNapi::CreatePixelMap(env, pixelMapToJs); in GetFavicon()
3068 napi_value jsPixelMap = OHOS::Media::PixelMapNapi::CreatePixelMap(env, pixelMapToJs); in GetFavicon()