Searched refs:r_height (Results 1 – 1 of 1) sorted by relevance
457 final float r_height = 1.0f / (top - bottom); in orthoM() local460 final float y = 2.0f * (r_height); in orthoM()463 final float ty = -(top + bottom) * r_height; in orthoM()516 final float r_height = 1.0f / (top - bottom); in frustumM() local519 final float y = 2.0f * (near * r_height); in frustumM()521 final float B = (top + bottom) * r_height; in frustumM()