HomeSort by relevance Sort by last modified time
    Searched refs:hScale (Results 1 - 18 of 18) 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;
  /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...]
  /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);
  /external/skia/tests/
PathOpsExtendedTest.cpp 212 SkScalar hScale = (bitWidth - 2) / largerWidth;
215 scale.preScale(hScale, vScale);
216 larger.fLeft *= hScale;
217 larger.fRight *= hScale;
  /external/skqp/tests/
PathOpsExtendedTest.cpp 212 SkScalar hScale = (bitWidth - 2) / largerWidth;
215 scale.preScale(hScale, vScale);
216 larger.fLeft *= hScale;
217 larger.fRight *= hScale;
  /external/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 261 Rational hScale;
526 measPtr->sc.hScale = scHScale(format->format,
532 (measPtr->sc.hScale
535 (double) measPtr->sc.hScale);
536 testPrintI(" HScale Best Display Frame: %s",
538 testPrintI(" HScale Best Source Crop: %s",
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 1421 real32 hScale = (hueDivisions < 2) ? 0.0f : (hueDivisions * (1.0f / 6.0f));
1469 real32 hScaled = h * hScale;
1531 real32 hScaled = h * hScale;
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1477 milliseconds