Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp683 …std::shared_ptr<Rosen::Drawing::Bitmap> layeredBitmap = ImageConverter::PixelMapToBitmap(layeredPi… in GetCompositePixelMapWithBadge() local
684 if (layeredBitmap) { in GetCompositePixelMapWithBadge()
687 Rosen::Drawing::Rect srcRect(0, 0, layeredBitmap->GetWidth(), layeredBitmap->GetHeight()); in GetCompositePixelMapWithBadge()
690 image.BuildFromBitmap(*layeredBitmap); in GetCompositePixelMapWithBadge()