Searched refs:srcBitmap (Results 1 – 1 of 1) sorted by relevance
83 final Bitmap srcBitmap; in scaleImage() local100 srcBitmap = BitmapFactory.decodeFile(filename, options); in scaleImage()101 if (srcBitmap == null) { in scaleImage()110 canvas.drawBitmap(srcBitmap, in scaleImage()111 new Rect(0, 0, srcBitmap.getWidth(), srcBitmap.getHeight()), in scaleImage()116 srcBitmap.recycle(); in scaleImage()