OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalizedy
(Results
1 - 2
of
2
) sorted by null
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java
146
final float
normalizedY
= (float)y / hResolution;
147
final float yOffset = (
normalizedY
- 0.5f) * height;
151
tmb.setTexture(normalizedX,
normalizedY
);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java
243
final float
normalizedY
= (float)y / hResolution;
244
final float yOffset = (
normalizedY
- 0.5f) * height;
Completed in 615 milliseconds