Searched +defs:j +defs:z (Results 1 – 2 of 2) sorted by relevance
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 76 void Matrix::translate(float x, float y, float z) { in translate() 86 void Matrix::scale(float x, float y, float z) { in scale() 96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() 113 float z = 0; in multiply() local 116 for (int j = 0; j < 4; j++) { in multiply() local 225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate() 235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale() 245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate() 322 const float z = rhs[2]; in multiplyVector() local 325 const int j = i * 4; in multiplyVector() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Cam.java | 112 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() 192 float j = 100.0f * (float) Math.pow(ac / frame.getAw(), frame.getC() * frame.getZ()); in fromIntInFrame() local 226 private static Cam fromJch(float j, float c, float h) { in fromJch() 234 private static Cam fromJchInFrame(float j, float c, float h, Frame frame) { in fromJchInFrame() 319 float z = (rF * matrix[2][0]) + (gF * matrix[2][1]) + (bF * matrix[2][2]); in viewed() local
|