Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DColor.cpp149 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
169 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/core/jni/android/graphics/
DMovie.cpp67 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapShader_Delegate.java203 private int getColor(float fx, float fy) { in getColor()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp48 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/base/opengl/java/android/opengl/
DMatrix.java706 float fy = centerY - eyeY; in setLookAtM() local
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1999 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
2020 float fy = Y > A ? (float) Math.pow(Y, 1.0 / 3.0) : B * Y + C; in fromXyz() local