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

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
BitmapUtils.java 62 final float hScale = (float) srcH / dstH;
63 if (hScale < wScale) {
64 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/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 141 float hScale = 1.0f;
145 hScale = (float) widthSize / (float) mDialWidth;
152 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 263 Rational hScale;
529 measPtr->sc.hScale = scHScale(format->format,
535 (measPtr->sc.hScale
538 (double) measPtr->sc.hScale);
539 testPrintI(" HScale Best Display Frame: %s",
541 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...]

Completed in 522 milliseconds