Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCamUtils.java118 double fy = (lstar + 16.0) / 116.0; in argbFromLstar() local
202 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DColor.cpp332 float fy = (v[0] + 16.0f) / 116.0f; in toXyz() local
352 float fy = Y > A ? pow(Y, 1.0f / 3.0f) : B * Y + C; in fromXyz() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java938 float fy = centerY - eyeY; in setLookAtM() local