Searched defs:scaleHeight (Results 1 – 4 of 4) sorted by relevance
76 val scaleHeight = maxHeight.toFloat() / originalHeight.toFloat() in downscaleToSize() constant
90 public ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight) { in ScaleDrawable()
314 const float scaleHeight = (float(win.bottom) - float(win.top)) / bufferHeight; in prepareBufferStateClientComposition() local
632 final float scaleHeight = CROPPED_SIZE / cropWidth; in getCroppedPhoto() local