Searched refs:hScale (Results 1 – 9 of 9) sorted by relevance
38 private var hScale = 1f in <lambda>() variable74 textPaint.textSize = 6f * hScale in <lambda>()79 textPaint.textSize = 9f * hScale in <lambda>()91 hScale = bounds.right / Metrics.ViewportWidth in <lambda>()106 val totalAvailableWidth = CanvasWidth * hScale in <lambda>()112 ((if (rtl) ViewportInsetLeftRtl else ViewportInsetLeft) * hScale) + offsetX, in <lambda>()
42 private var hScale = 1f in <lambda>() variable65 hScale = bounds.right / Metrics.ViewportWidth in <lambda>()83 val totalAvailableWidth = CanvasWidth * hScale in <lambda>()91 (startOffset * hScale) + offsetX, in <lambda>()
40 private var hScale = 1f in <lambda>() variable in com.android.systemui.battery.unified.BatteryFillDrawable99 hScale = bounds.right / Metrics.ViewportWidth in <lambda>()133 scaledLeftOffset = leftInsetNotScaled * hScale in <lambda>()134 scaledRightInset = rightInsetNotScaled * hScale in <lambda>()138 clearPaint.strokeWidth = (1.5f + 2 * fillInsetAmount) * hScale in <lambda>()
51 val hScale = bounds.width().toFloat() / dr.intrinsicWidth.toFloat() in updateBoundsInner() constant53 val scale = min(hScale, vScale) in updateBoundsInner()
66 final float hScale = (float) srcH / dstH; in calculateCroppedSrcRect() local67 if (hScale < wScale) { in calculateCroppedSrcRect()68 regularScale = hScale / verticalMultiplier; in calculateCroppedSrcRect()
280 val hScale = in Size() constant288 val scale = min(wScale, hScale) in Size()
483 val hScale = in <lambda>() constant492 val scale = min(wScale, hScale) in <lambda>()
649 float hScale = 1.0f; in onMeasure() local653 hScale = (float) widthSize / (float) mDialWidth; in onMeasure()660 float scale = Math.min(hScale, vScale); in onMeasure()
263 Rational hScale; member528 measPtr->sc.hScale = scHScale(format->format, in main()534 (measPtr->sc.hScale in main()537 (double) measPtr->sc.hScale); in main()