Searched defs:createScaledBitmap (Results 1 – 2 of 2) sorted by relevance
225 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap() method in ImageDraw
173 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) in createScaledBitmap() method in ImageFilterDraw.Brush