Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/opengl/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.java50 JSONArray a, boolean normalized, int width, int height) in getJsonWeightedRectsFromArray() argument
58 if (normalized) { in getJsonWeightedRectsFromArray()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java622 String normalized; in buildTestMessage() local
624 normalized = "NFC"; in buildTestMessage()
626 normalized = "NFD"; in buildTestMessage()
628 normalized = "NFKC"; in buildTestMessage()
630 normalized = "NFKD"; in buildTestMessage()
642 ", Normalization: " + normalized; in buildTestMessage()