Home
last modified time | relevance | path

Searched refs:badgedPixelMap (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp128 const std::shared_ptr<Media::PixelMap> badgedPixelMap, in GetBadgedIconResource()
131 if ((layeredPixelMap == nullptr) || (badgedPixelMap == nullptr)) { in GetBadgedIconResource()
138 if (!layeredDrawableDescriptor.GetCompositePixelMapWithBadge(layeredPixelMap, badgedPixelMap, compositePixelMap)) { in GetBadgedIconResource()
126 GetBadgedIconResource( const std::shared_ptr<Media::PixelMap> layeredPixelMap, const std::shared_ptr<Media::PixelMap> badgedPixelMap, ResourceInfo &resourceInfo) GetBadgedIconResource() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_drawable.h47 const std::shared_ptr<Media::PixelMap> badgedPixelMap,
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp618 const std::shared_ptr<Media::PixelMap> badgedPixelMap, in GetCompositePixelMapWithBadge()
654 const std::shared_ptr<Media::PixelMap> badgedPixelMap, in GetCompositePixelMapWithBadge()
657 if ((layeredPixelMap == nullptr) || (badgedPixelMap == nullptr)) { in GetCompositePixelMapWithBadge()
682 std::shared_ptr<Rosen::Drawing::Bitmap> badgedBitmap = ImageConverter::PixelMapToBitmap(badgedPixelMap); in GetCompositePixelMapWithBadge()
616 GetCompositePixelMapWithBadge( const std::shared_ptr<Media::PixelMap> layeredPixelMap, const std::shared_ptr<Media::PixelMap> badgedPixelMap, std::shared_ptr<Media::PixelMap> &compositePixelMap) GetCompositePixelMapWithBadge() argument
652 GetCompositePixelMapWithBadge( const std::shared_ptr<Media::PixelMap> layeredPixelMap, const std::shared_ptr<Media::PixelMap> badgedPixelMap, std::shared_ptr<Media::PixelMap> &compositePixelMap) GetCompositePixelMapWithBadge() argument
H A Ddrawable_descriptor.h159 const std::shared_ptr<Media::PixelMap> badgedPixelMap,
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp553 std::shared_ptr<Media::PixelMap> badgedPixelMap; in HWTEST_F() local
555 bool ret = drawable.GetCompositePixelMapWithBadge(layeredPixelMap, badgedPixelMap, compositePixelMap); in HWTEST_F()

Completed in 6 milliseconds