Searched defs:fy (Results 1 – 9 of 9) sorted by relevance
300 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local320 float fy = Y > A ? pow(Y, 1.0f / 3.0f) : B * Y + C; in fromXyz() local
90 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local
43 float fy = centerY - eyeY; in gluLookAt() local
37 float fy = centerY - eyeY; in gluLookAt() local
203 private int getColor(float fx, float fy) { in getColor()
65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
48 float fy = centerY - eyeY; in gluLookAt() local
706 float fy = centerY - eyeY; in setLookAtM() local
1935 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local1956 float fy = Y > A ? (float) Math.pow(Y, 1.0 / 3.0) : B * Y + C; in fromXyz() local