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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 177 int hScale = bitmapOptions.outHeight / targetHeight;
185 int sampleSize = Math.max(hScale, wScale);
  /external/skia/tests/
PathOpsExtendedTest.cpp 219 SkScalar hScale = (bitWidth - 2) / largerWidth;
222 scale.preScale(hScale, vScale);
223 larger.fLeft *= hScale;
224 larger.fRight *= hScale;
  /external/skqp/tests/
PathOpsExtendedTest.cpp 219 SkScalar hScale = (bitWidth - 2) / largerWidth;
222 scale.preScale(hScale, vScale);
223 larger.fLeft *= hScale;
224 larger.fRight *= hScale;
  /external/v8/benchmarks/
navier-stokes.js 259 var hScale = 0.5 * height;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
  /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...]

Completed in 2385 milliseconds