Searched refs:sourceImage (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
H A D | IconFactory.java | 41 public static Bitmap createIcon(Bitmap sourceImage, int iconWidth, int iconHeight, in createIcon() argument 43 if (sourceImage == null) { in createIcon() 47 int sourceWidth = sourceImage.getWidth(); in createIcon() 48 int sourceHeight = sourceImage.getHeight(); in createIcon() 56 drawIcon(icon, sourceImage, scale); in createIcon() 69 public static void drawIcon(Bitmap dest, Bitmap sourceImage, boolean scale) { in drawIcon() argument 70 if (dest == null || sourceImage == null) { in drawIcon() 74 int sourceWidth = sourceImage.getWidth(); in drawIcon() 75 int sourceHeight = sourceImage.getHeight(); in drawIcon() 106 canvas.drawBitmap(sourceImage, srcRect, destRect, new Paint(Paint.FILTER_BITMAP_FLAG)); in drawIcon()
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | ItemTable.cpp | 524 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); in apply() local 527 sourceImage.hidden = true; in apply()
|