HomeSort by relevance Sort by last modified time
    Searched defs:hScale (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
BitmapUtils.java 66 final float hScale = (float) srcH / dstH;
67 if (hScale < wScale) {
68 regularScale = hScale / verticalMultiplier;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 93 float hScale = sourceHeight / (float) iconHeight;
94 float s = Math.min(hScale, wScale);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 177 int hScale = bitmapOptions.outHeight / targetHeight;
185 int sampleSize = Math.max(hScale, wScale);
  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 127 double hScale, vScale;
133 hScale = ( double ) width / ( double ) hRange;
137 left = ( mLeft + hRange / 2 ) * hScale;
140 areaWidth = ( mRight + hRange / 2) * hScale;
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 129 double hScale, vScale;
135 hScale = ( double ) width / ( double ) hRange;
139 left = ( mLeft + hRange / 2 ) * hScale;
142 areaWidth = ( mRight + hRange / 2) * hScale;
  /frameworks/base/core/java/android/widget/
AnalogClock.java 154 float hScale = 1.0f;
158 hScale = (float) widthSize / (float) mDialWidth;
165 float scale = Math.min(hScale, vScale);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 149 float hScale = 1.0f;
153 hScale = (float) widthSize / (float) mDialWidth;
160 float scale = Math.min(hScale, vScale);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 262 Rational hScale;
527 measPtr->sc.hScale = scHScale(format->format,
533 (measPtr->sc.hScale
536 (double) measPtr->sc.hScale);
537 testPrintI(" HScale Best Display Frame: %s",
539 testPrintI(" HScale Best Source Crop: %s",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 898 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth;
901 double scale = Math.min(hScale, vScale);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 520 milliseconds