Searched refs:boundsHeight (Results 1 – 1 of 1) sorted by relevance
120 final float boundsHeight = (float) bounds.height(); in drawBitmap() local121 final float scale = Math.max(boundsWidth / width, boundsHeight / height); in drawBitmap()