Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 6 of 6) sorted by relevance

/cts/tests/openglperf2/assets/vertex/
Dwater26 // Multiply to get the final point in normalized screen coordinates.
Dperspective30 // Multiply to get the final point in normalized screen coordinates.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java52 JSONArray a, boolean normalized, int width, int height) in getJsonWeightedRectsFromArray() argument
60 if (normalized) { in getJsonWeightedRectsFromArray()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh13 // The difference here is that we use a normalized model such
Dcamera_response.rsh13 // The difference here is that we use a normalized model such
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java630 String normalized; in buildTestMessage() local
632 normalized = "NFC"; in buildTestMessage()
634 normalized = "NFD"; in buildTestMessage()
636 normalized = "NFKC"; in buildTestMessage()
638 normalized = "NFKD"; in buildTestMessage()
650 ", Normalization: " + normalized; in buildTestMessage()