Searched refs:hScale (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DBitmapUtils.java66 final float hScale = (float) srcH / dstH;
67 if (hScale < wScale) {
68 regularScale = hScale / verticalMultiplier;
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java152 float hScale = 1.0f;
156 hScale = (float) widthSize / (float) mDialWidth;
163 float scale = Math.min(hScale, vScale);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp261 Rational hScale; member in struct:meas::sourceCrop
526 measPtr->sc.hScale = scHScale(format->format,
532 (measPtr->sc.hScale
535 (double) measPtr->sc.hScale);

Completed in 95 milliseconds