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

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
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/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 152 float hScale = 1.0f;
156 hScale = (float) widthSize / (float) mDialWidth;
163 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);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 183 SkScalar hScale = (bitWidth - 2) / largerWidth;
186 scale.preScale(hScale, vScale);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 183 SkScalar hScale = (bitWidth - 2) / largerWidth;
186 scale.preScale(hScale, vScale);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 262 Rational hScale;
528 measPtr->sc.hScale = scHScale(format->format,
534 (measPtr->sc.hScale
537 (double) measPtr->sc.hScale);
538 testPrintI(" HScale Best Display Frame: %s",
540 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 6580 milliseconds