Home
last modified time | relevance | path

Searched defs:fy (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/cam/
DCamUtils.java118 double fy = (lstar + 16.0) / 116.0; in argbFromLstar() local
202 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local
/frameworks/base/libs/hwui/utils/
DColor.cpp327 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
347 float fy = Y > A ? pow(Y, 1.0f / 3.0f) : B * Y + C; in fromXyz() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp43 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp37 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/base/libs/hwui/jni/
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp48 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/base/opengl/java/android/opengl/
DMatrix.java938 float fy = centerY - eyeY; in setLookAtM() local