Lines Matching refs:bottom
798 f32* bottom, in GetFrustum() argument
809 if (left && right && bottom && top) in GetFrustum()
820 if (bottom) in GetFrustum()
822 *bottom = rect.bottom; in GetFrustum()
844 f32 bottom, in SetFrustum() argument
855 resource.SetRectWithoutFlip(left, right, bottom, top); in SetFrustum()
865 f32* bottom, in GetOrtho() argument
876 if (left && right && bottom && top) in GetOrtho()
887 if (bottom) in GetOrtho()
889 *bottom = rect.bottom; in GetOrtho()
911 f32 bottom, in SetOrtho() argument
922 resource.SetRectWithoutFlip(left, right, bottom, top); in SetOrtho()
962 SetFrustum(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetFrustum()
1000 SetOrtho(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetOrtho()