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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp814 const GLfloat r_width = reciprocalf(right - left); local
817 const GLfloat x = mul2f(zNear * r_width);
819 const GLfloat A = mul2f((right + left) * r_width);
854 const GLfloat r_width = reciprocalf(right - left); local
857 const GLfloat x = mul2f(r_width);
860 const GLfloat tx = -(right + left) * r_width;

Completed in 23 milliseconds