Searched refs:heightScale (Results 1 – 3 of 3) sorted by relevance
27 val heightScale = surfaceSize.height / imageSize.height in centerCropMatrix() constant28 val scale = maxOf(widthScale, heightScale) in centerCropMatrix()
981 float heightScale = maxDimensionF / bmp.getHeight(); in scaleBitmap() local982 float scale = Math.min(widthScale, heightScale); in scaleBitmap()
804 float heightScale = maxSizeF / bmp.getHeight(); in scaleBitmap() local805 float scale = Math.min(widthScale, heightScale); in scaleBitmap()