Searched refs:heightScale (Results 1 – 5 of 5) sorted by relevance
365 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local366 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
594 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local595 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
1089 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local1090 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
879 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local880 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
932 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local933 float scale = Math.min(widthScale, heightScale); in scaleBitmap()