OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wScale
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/bitmap/
BitmapUtils.java
61
final float
wScale
= (float) srcW / dstW;
63
if (hScale <
wScale
) {
66
regularScale =
wScale
;
/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
);
/cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js
276
var
wScale
= 0.5 * width;
287
u[++currentPos] -=
wScale
* (p[++nextPos] - p[++prevPos]);
/external/chromium_org/v8/benchmarks/
navier-stokes.js
258
var
wScale
= 0.5 * width;
269
u[++currentPos] -=
wScale
* (p[++nextPos] - p[++prevPos]);
/external/v8/benchmarks/
navier-stokes.js
258
var
wScale
= 0.5 * width;
269
u[++currentPos] -=
wScale
* (p[++nextPos] - p[++prevPos]);
Completed in 464 milliseconds