HomeSort by relevance Sort by last modified time
    Searched refs:hScale (Results 1 - 21 of 21) 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;
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 177 int hScale = bitmapOptions.outHeight / targetHeight;
185 int sampleSize = Math.max(hScale, wScale);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 93 float hScale = sourceHeight / (float) iconHeight;
94 float s = Math.min(hScale, wScale);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 45 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
52 CanvasTransform hScale,
56 mHScale = hScale;
OutlineOverlay.java 46 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
53 CanvasTransform hScale,
57 mHScale = hScale;
HoverOverlay.java 65 * @param hScale The {@link CanvasTransform} to use to transfer horizontal layout
70 public HoverOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
72 mHScale = hScale;
ImageOverlay.java 90 * @param hScale The horizontal scale information.
93 public ImageOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
95 mHScale = hScale;
GCWrapper.java 99 public GCWrapper(CanvasTransform hScale, CanvasTransform vScale) {
100 mHScale = hScale;
LayoutCanvas.java 898 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth;
901 double scale = Math.min(hScale, vScale);
    [all...]
  /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);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 277 var hScale = 0.5 * height;
288 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
pdfjs.js     [all...]
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 259 var hScale = 0.5 * height;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
  /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...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 183 SkScalar hScale = (bitWidth - 2) / largerWidth;
186 scale.preScale(hScale, vScale);
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 293 SkScalar hScale = (bitWidth - 2) / largerWidth;
296 scale.preScale(hScale, vScale);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 183 SkScalar hScale = (bitWidth - 2) / largerWidth;
186 scale.preScale(hScale, vScale);
  /external/skia/tests/
PathOpsExtendedTest.cpp 293 SkScalar hScale = (bitWidth - 2) / largerWidth;
296 scale.preScale(hScale, vScale);

Completed in 477 milliseconds