HomeSort by relevance Sort by last modified time
    Searched refs:wScale (Results 1 - 4 of 4) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 178 int wScale = bitmapOptions.outWidth / targetWidth;
185 int sampleSize = Math.max(hScale, wScale);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 92 float wScale = sourceWidth / (float) iconWidth;
94 float s = Math.min(hScale, wScale);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 501 float wScale = 1;
504 wScale = mAspectWidth / mAspectHeight;
507 crop.set(dCentX - h * wScale, dCentY - h * hScale, dCentX + h * wScale, dCentY + h
  /external/v8/benchmarks/
navier-stokes.js 258 var wScale = 0.5 * width;
269 u[++currentPos] -= wScale * (p[++nextPos] - p[++prevPos]);

Completed in 57 milliseconds