Searched refs:widthScale (Results 1 – 1 of 1) sorted by relevance
760 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local762 float scale = Math.min(widthScale, heightScale); in scaleBitmap()