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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DIconFactory.java35 * @param sourceImage image to create an icon from.
38 * @param scale if true, stretch sourceImage to fit the icon dimensions.
41 public static Bitmap createIcon(Bitmap sourceImage, int iconWidth, int iconHeight, argument
43 if (sourceImage == null) {
47 int sourceWidth = sourceImage.getWidth();
48 int sourceHeight = sourceImage.getHeight();
56 drawIcon(icon, sourceImage, scale);
66 * @param sourceImage image to create an icon from.
67 * @param scale if true, stretch sourceImage to fit the destination.
69 public static void drawIcon(Bitmap dest, Bitmap sourceImage, boolea argument
[all...]

Completed in 37 milliseconds