Searched defs:r_height (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp826 const GLfloat r_height = reciprocalf(top - bottom); local
829 const GLfloat y = mul2f(zNear * r_height);
831 const GLfloat B = (top + bottom) * r_height;
866 const GLfloat r_height = reciprocalf(top - bottom); local
869 const GLfloat y = mul2f(r_height);
872 const GLfloat ty = -(top + bottom) * r_height;

Completed in 1392 milliseconds