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()
971 float widthScale = maxDimensionF / bmp.getWidth(); in scaleBitmap() local973 float scale = Math.min(widthScale, heightScale); in scaleBitmap()