Searched refs:r_height (Results 1 – 2 of 2) sorted by relevance
276 final float r_height = 1.0f / (top - bottom); in orthoM() local279 final float y = 2.0f * (r_height); in orthoM()282 final float ty = -(top + bottom) * r_height; in orthoM()335 final float r_height = 1.0f / (top - bottom); in frustumM() local338 final float y = 2.0f * (near * r_height); in frustumM()340 final float B = (top + bottom) * r_height; in frustumM()
826 const GLfloat r_height = reciprocalf(top - bottom); in frustumf() local829 const GLfloat y = mul2f(zNear * r_height); in frustumf()831 const GLfloat B = (top + bottom) * r_height; in frustumf()866 const GLfloat r_height = reciprocalf(top - bottom); in orthof() local869 const GLfloat y = mul2f(r_height); in orthof()872 const GLfloat ty = -(top + bottom) * r_height; in orthof()