Searched refs:widthScale (Results 1 – 5 of 5) sorted by relevance
364 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local366 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
593 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local595 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
1088 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local1090 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
878 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local880 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
931 float widthScale = maxSizeF / bmp.getWidth(); in scaleBitmap() local933 float scale = Math.min(widthScale, heightScale); in scaleBitmap()