Searched refs:widthScale (Results 1 – 2 of 2) sorted by relevance
634 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local636 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
980 float widthScale = maxDimensionF / bmp.getWidth(); in scaleBitmap() local982 float scale = Math.min(widthScale, heightScale); in scaleBitmap()