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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp825 const GLfloat r_width = reciprocalf(right - left); local
828 const GLfloat x = mul2f(zNear * r_width);
830 const GLfloat A = mul2f((right + left) * r_width);
865 const GLfloat r_width = reciprocalf(right - left); local
868 const GLfloat x = mul2f(r_width);
871 const GLfloat tx = -(right + left) * r_width;

Completed in 72 milliseconds