Searched defs:createScaledBitmap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDraw.java173 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) method in class:ImageFilterDraw.Brush
200 // Bitmap.createScaledBitmap(getBrush(),(int) size,(int) size,true);
201 brush = createScaledBitmap(getBrush(), (int) size, (int) size, true);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageDraw.java225 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { method in class:ImageDraw

Completed in 493 milliseconds