Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp32 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp43 float fy = centerY - eyeY; in gluLookAt() local
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapShader_Delegate.java201 private int getColor(float fx, float fy) { in getColor()
/frameworks/base/core/jni/android/graphics/
DMovie.cpp67 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp46 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.java1862 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
1883 float fy = Y > A ? (float) Math.pow(Y, 1.0 / 3.0) : B * Y + C; in fromXyz() local