Searched refs:heightScale (Results 1 – 2 of 2) sorted by relevance
635 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local636 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
972 float heightScale = maxDimensionF / bmp.getHeight(); in scaleBitmap() local973 float scale = Math.min(widthScale, heightScale); in scaleBitmap()